Skip to content

Commit

Permalink
Merge pull request #5 from trunk-io/det/fix_5
Browse files Browse the repository at this point in the history
Actual 5 minute timeouts
  • Loading branch information
det authored Jan 12, 2025
2 parents 2ed1f02 + f2c5432 commit 8abe853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/check.star
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def check(
execute: typing.Callable = default_execute,
bucket: typing.Callable = bucket_by_workspace,
update_command_line_replacements: None | typing.Callable = None,
timeout_ms = 5000,
timeout_ms = 300000, # 5 minutes
target_description: str = "targets"):
label = native.label_string(":" + name)

Expand Down

0 comments on commit 8abe853

Please sign in to comment.