aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-07-28 11:04:36 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-07-29 10:08:51 +0000
commitadc2d75bfb4bc7000b69183b6053a8ce6578748e (patch)
treec88def84050ddfc30bc5218045463c129773a27b
parent120b863523b4062d163b53615c67f9dcd4d0d1b4 (diff)
Increase the shard count of //src/test/shell/bazel:bazel_test_test
This test has some occasional timeout flakes. See http://ci.bazel.io/job/bazel-tests/BAZEL_VERSION=latest,PLATFORM_NAME=darwin-x86_64/148/console -- MOS_MIGRATED_REVID=128684898
-rw-r--r--src/test/shell/bazel/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD
index 443e0103f8..b3261459f9 100644
--- a/src/test/shell/bazel/BUILD
+++ b/src/test/shell/bazel/BUILD
@@ -129,6 +129,7 @@ sh_test(
name = "bazel_test_test",
srcs = ["bazel_test_test.sh"],
data = [":test-deps"],
+ shard_count = 3,
)
sh_test(