Skip to content

Commit 1eeab10

Browse files
authored
chore: raise the bors timeout to 6 hours
1 parent 20fd080 commit 1eeab10

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
@@ -0,0 +1,14 @@
1+
# Gate on Travis CI
2+
status = ["continuous-integration/travis-ci/push"]
3+
4+
# Set bors's timeout to 6 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 it was written, a run had taken 3 hours.
13+
# bors's default timeout is 4 hours.
14+
timeout_sec = 14400

0 commit comments

Comments
 (0)