Skip to content

Commit 935bbdd

Browse files
committed
Raise the bors timeout to four 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.
1 parent 3095f77 commit 935bbdd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

bors.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1+
# Gate on Travis CI
12
status = ["continuous-integration/travis-ci/push"]
3+
4+
# Set bors's timeout to 4 hours
5+
#
6+
# bors's timeout should always be twice a long as the test suite takes.
7+
# This is to allow Travis to fast-fail a test; if one of the builders
8+
# immediately reports a failure, then bors will move on to the next batch,
9+
# leaving the slower builders to work through the already-doomed run and
10+
# the next one.
11+
#
12+
# At the time this was written, nix's test suite took about an hour to run.
13+
# The timeout was raised to four hours, instead of two, to give nix room
14+
# to grow and time for delays on Travis's end.
15+
timeout_sec = 14400

0 commit comments

Comments
 (0)