aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-09-08 08:20:52 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-09-08 09:08:58 +0000
commit34bfb8c9a06cacfcbb4f009765645978a514bb91 (patch)
treec517aeeb3d6e19a36ccf3e865f8ed55056150b72 /src
parent1ee813e74c937c7322bbe33da6efdf217eb2cf35 (diff)
Increase size of some test
They are regularly timing out. -- MOS_MIGRATED_REVID=102534770
Diffstat (limited to 'src')
-rw-r--r--src/test/shell/bazel/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD
index f4b0d60b90..28533104df 100644
--- a/src/test/shell/bazel/BUILD
+++ b/src/test/shell/bazel/BUILD
@@ -65,6 +65,7 @@ filegroup(
sh_test(
name = "bazel_example_test",
+ size = "large",
srcs = ["bazel_example_test.sh"],
data = [":test-deps"],
shard_count = 3,
@@ -112,6 +113,7 @@ genrule(
sh_test(
name = "bazel_docgen_test",
+ size = "large",
srcs = ["bazel_docgen_test.sh"],
data = [
":doc-srcs",
@@ -121,7 +123,7 @@ sh_test(
sh_test(
name = "external_integration_test",
- size = "medium",
+ size = "large",
srcs = ["external_integration_test.sh"],
data = [":test-deps"],
tags = ["manual"], # flaky
@@ -205,6 +207,7 @@ sh_test(
sh_test(
name = "bazel_worker_test",
+ size = "large",
srcs = ["bazel_worker_test.sh"],
data = [":test-deps"],
)