We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20fd080 + 1eeab10 commit 0220531Copy full SHA for 0220531
bors.toml
@@ -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