Skip to content

Raise the bors timeout to four hours #589

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Gate on Travis CI
status = ["continuous-integration/travis-ci/push"]

# Set bors's timeout to 4 hours
#
# bors's timeout should always be twice a long as the test suite takes.
# This is to allow Travis to fast-fail a test; if one of the builders
# immediately reports a failure, then bors will move on to the next batch,
# leaving the slower builders to work through the already-doomed run and
# the next one.
#
# At the time this was written, nix's test suite took about an hour to run.
# The timeout was raised to four hours, instead of two, to give nix room
# to grow and time for delays on Travis's end.
timeout_sec = 14400