Skip to content

Commit

Permalink
Increase bazel_module_test timeout: it times out on macOS on Bazel CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tetromino authored and fweikert committed May 25, 2023
1 parent f139e2a commit d7b0191
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 @@ -267,6 +267,7 @@ py_library(
py_test(
name = "bazel_module_test",
size = "large",
timeout = "eternal",
srcs = ["bzlmod/bazel_module_test.py"],
shard_count = 5,
tags = [
Expand Down

0 comments on commit d7b0191

Please sign in to comment.