Skip to content

Commit

Permalink
tests: increase shard_count for launcher_test
Browse files Browse the repository at this point in the history
This test is timing out on internal CI, breaking
presubmits.

RELNOTES: none
PiperOrigin-RevId: 184270477
  • Loading branch information
laszlocsomor authored and Copybara-Service committed Feb 2, 2018
1 parent 6d24ca9 commit 99b474d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/py/bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ py_test(
name = "launcher_test",
size = "medium",
srcs = ["launcher_test.py"],
shard_count = 4,
deps = [":test_base"],
)

Expand Down

0 comments on commit 99b474d

Please sign in to comment.