Skip to content

Commit

Permalink
Increase test size to "large" for maven_test, experimental_ui_test an…
Browse files Browse the repository at this point in the history
…d ide_info_generation.

--
MOS_MIGRATED_REVID=133374355
  • Loading branch information
philwo authored and dslomov committed Sep 16, 2016
1 parent 7224e6b commit c484f19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/test/shell/bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ sh_test(

sh_test(
name = "maven_test",
size = "medium",
size = "large",
srcs = ["maven_test.sh"],
data = [":test-deps"],
)
Expand Down
4 changes: 2 additions & 2 deletions src/test/shell/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sh_test(

sh_test(
name = "experimental_ui_test",
size = "medium",
size = "large",
srcs = ["experimental_ui_test.sh"],
data = [":test-deps"],
shard_count = 6,
Expand Down Expand Up @@ -114,7 +114,7 @@ sh_test(

sh_test(
name = "ide_info_generation",
size = "medium",
size = "large",
srcs = ["ide_info_generation.sh"],
data = [
":test-deps",
Expand Down

0 comments on commit c484f19

Please sign in to comment.