Skip to content

Commit

Permalink
Increase test sizes and shard counts to prevent timing out on BazelCI.
Browse files Browse the repository at this point in the history
Example timeout: https://buildkite.com/bazel/google-bazel-presubmit/builds/64858#0187137e-f13d-4454-a9b2-ed31121397d2

PiperOrigin-RevId: 519126171
Change-Id: I344201f315f7f161146fc27fcd1daf9ec6c07c18
  • Loading branch information
joeleba authored and Copybara-Service committed Mar 24, 2023
1 parent 09adb34 commit 27a16f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/test/py/bazel/BUILD
Expand Up @@ -148,8 +148,9 @@ py_test(

py_test(
name = "launcher_test",
size = "medium",
size = "large",
srcs = ["launcher_test.py"],
shard_count = 5,
deps = [":test_base"],
)

Expand Down
4 changes: 2 additions & 2 deletions src/test/shell/bazel/BUILD
Expand Up @@ -950,10 +950,10 @@ sh_test(

sh_test(
name = "cc_integration_test",
size = "medium",
size = "large",
srcs = ["cc_integration_test.sh"],
data = [":test-deps"],
shard_count = 5,
shard_count = 10,
tags = ["no_windows"],
)

Expand Down

0 comments on commit 27a16f7

Please sign in to comment.