Skip to content

Commit

Permalink
Increase the test size for //src/test/py/bazel:py_test to prevent fla…
Browse files Browse the repository at this point in the history
…kily timing out on BazelCI.

Example timeout: https://buildkite.com/bazel/google-bazel-presubmit/builds/65010#018731d6-1bbb-4da2-9a78-554605185f03/470-704

PiperOrigin-RevId: 520604400
Change-Id: I5b7602627c80cf544285b02fc7aaa09ba066e64c
  • Loading branch information
joeleba authored and copybara-github committed Mar 30, 2023
1 parent f63ce79 commit a9dfbae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/py/bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ py_test(

py_test(
name = "py_test",
size = "medium",
size = "large",
srcs = ["py_test.py"],
shard_count = 5,
deps = [":test_base"],
Expand Down Expand Up @@ -212,8 +212,8 @@ py_test(
}),
data = select({
"//src/conditions:windows": [
":printargs",
"native_test.bzl",
":printargs",
],
"//conditions:default": [],
}),
Expand Down

0 comments on commit a9dfbae

Please sign in to comment.