summaryrefslogtreecommitdiff
path: root/bors.toml
blob: 3151bf821c3d52a91b3c104a90b13ed01397a3c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Gate on Travis CI and Buildbot
status = ["continuous-integration/travis-ci/push",
          "buildbot/nix-rust/nix amd64_fbsd11",
          "buildbot/nix-rust/nix i386_fbsd11"]

# 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