Skip to content

Commit

Permalink
Avoid bazel_module_test timeout on macos
Browse files Browse the repository at this point in the history
https://buildkite.com/bazel/bazel-bazel/builds/17785#9a1fb564-c6f9-4e69-ac8f-87c422a002b0
By setting the test size to "large".

RELNOTES:None
PiperOrigin-RevId: 409114345
  • Loading branch information
meteorcloudy authored and copybara-github committed Nov 11, 2021
1 parent a88dd85 commit 1d99391
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 @@ -259,6 +259,7 @@ py_library(

py_test(
name = "bazel_module_test",
size = "large",
srcs = ["bzlmod/bazel_module_test.py"],
deps = [
":bzlmod_test_utils",
Expand Down

0 comments on commit 1d99391

Please sign in to comment.