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 copybara-github committed Apr 3, 2023
1 parent f3e11c5 commit c71b0b1
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 c71b0b1

Please sign in to comment.