From 29a2d60919f8065f3a8f67bc66ffd15a07332c53 Mon Sep 17 00:00:00 2001 From: heinrich5991 Date: Wed, 6 Dec 2017 21:07:27 +0100 Subject: [PATCH] Use a longer bors timeout This will hopefully allow the macOS system on Travis CI to finish. --- bors.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bors.toml b/bors.toml index 3999c5251..984de5ce9 100644 --- a/bors.toml +++ b/bors.toml @@ -3,3 +3,4 @@ status = [ "continuous-integration/appveyor/branch", "continuous-integration/travis-ci/push", ] +timeout_sec = 10800 # macOS on Travis CI has long waiting times