Skip to content

Commit

Permalink
Increase bors timeout from 2h to 3h
Browse files Browse the repository at this point in the history
It seems hydra is often slow to schedule/run the jobs. (≈18% of bors r+ it seems)

It should be better to increase the timeout to 3h, than to have it fail.

This doesn't affect the timeout of buildkite or hydra themselves.
  • Loading branch information
Anviking authored Oct 30, 2020
1 parent c06c779 commit bc9e214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ status = [
"buildkite/cardano-wallet",
"ci/hydra-build:required",
]
timeout_sec = 7200
timeout_sec = 10800
required_approvals = 1
delete_merged_branches = false

0 comments on commit bc9e214

Please sign in to comment.