aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-09-07 07:45:03 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-09-08 09:02:41 +0000
commit9e249176e442e03bc729a3ea0de24ba25644eeb5 (patch)
treeef3b2ce6eb6fa7976d577719f9c17cc30c40a5fe /src
parentb6e33bca1db50b3c6e8019351bc61e0e576cc912 (diff)
Shard and increase size of //src/test/shell/bazel:local_repository_test
This test is timeout flaky on ci.bazel.io -- MOS_MIGRATED_REVID=102477110
Diffstat (limited to 'src')
-rw-r--r--src/test/shell/bazel/BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD
index 67879a50d8..f4b0d60b90 100644
--- a/src/test/shell/bazel/BUILD
+++ b/src/test/shell/bazel/BUILD
@@ -139,9 +139,10 @@ sh_test(
sh_test(
name = "local_repository_test",
- size = "medium",
+ size = "large",
srcs = ["local_repository_test.sh"],
data = [":test-deps"],
+ shard_count = 3,
)
sh_test(