aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/py
diff options
context:
space:
mode:
authorGravatar laszlocsomor <laszlocsomor@google.com>2018-02-02 04:55:26 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-02 04:57:25 -0800
commit99b474de4fafd22c366fbb0a71913dc90730c730 (patch)
tree3abfd9062289a1869706c7e29763d63f886c60a4 /src/test/py
parent6d24ca921bb987155c201bbcfae641a6180c23d2 (diff)
tests: increase shard_count for launcher_test
This test is timing out on internal CI, breaking presubmits. RELNOTES: none PiperOrigin-RevId: 184270477
Diffstat (limited to 'src/test/py')
-rw-r--r--src/test/py/bazel/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/py/bazel/BUILD b/src/test/py/bazel/BUILD
index c7715f7c1f..7de295d489 100644
--- a/src/test/py/bazel/BUILD
+++ b/src/test/py/bazel/BUILD
@@ -88,6 +88,7 @@ py_test(
name = "launcher_test",
size = "medium",
srcs = ["launcher_test.py"],
+ shard_count = 4,
deps = [":test_base"],
)