Skip to content

Commit

Permalink
Increase test timeout to unblock submit (#4365)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh L <[email protected]>
  • Loading branch information
josh11b and josh11b authored Oct 3, 2024
1 parent d6d70bf commit 8f54736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolchain/testing/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ package(default_visibility = ["//visibility:public"])
file_test(
name = "file_test",
size = "small",
timeout = "moderate", # Taking >60 seconds in GitHub actions
srcs = ["file_test.cpp"],
data = cc_env_data(),
env = cc_env(),
Expand Down

0 comments on commit 8f54736

Please sign in to comment.