Skip to content

Commit d810c10

Browse files
committed
Merge #589
589: Raise the bors timeout to four hours r=Susurrus The timeout is, by default, one hour. `nix` builds take about that long, sometimes longer, sometimes shorter, making builds flaky.
2 parents 7b5dd78 + 935bbdd commit d810c10

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)