Skip to content

Commit 1d99391

Browse files
meteorcloudycopybara-github
authored andcommitted
Avoid bazel_module_test timeout on macos
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
1 parent a88dd85 commit 1d99391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/py/bazel/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ py_library(
259259

260260
py_test(
261261
name = "bazel_module_test",
262+
size = "large",
262263
srcs = ["bzlmod/bazel_module_test.py"],
263264
deps = [
264265
":bzlmod_test_utils",

0 commit comments

Comments
 (0)