aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-04-11 13:52:02 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-08-14 08:18:23 -0400
commit5aac5e9b0311e41bd3c6a07d065eae0c47004814 (patch)
treec65fa7c256e188a4081a8fbff5a2addf80340925
parent2c341e3471d300b940b83f0bb90b6bcee2fa5d38 (diff)
downloadbitcoin-5aac5e9b0311e41bd3c6a07d065eae0c47004814.tar.xz
travis: Bump second timeout to 33 minutes, Add rationale
Github-Pull: #15797 Rebased-From: fa2dfbf30a9833eaa5f006fc4102299e8302bcd9
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d008f1e9b5..6306072a06 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,7 +64,7 @@ script:
- export CONTINUE=1
- if [ $SECONDS -gt 1200 ]; then export CONTINUE=0; fi # Likely the depends build took very long
- if [ $CONTINUE = "1" ]; then set -o errexit; source .travis/test_06_script_a.sh; else set +o errexit; echo "$CACHE_ERR_MSG"; false; fi
- - if [ $SECONDS -gt 1800 ]; then export CONTINUE=0; fi # Likely the build took very long
+ - if [ $SECONDS -gt 2000 ]; then export CONTINUE=0; fi # Likely the build took very long; The tests take about 1000s, so we should abort if we have less than 50*60-1000=2000s left
- if [ $CONTINUE = "1" ]; then set -o errexit; source .travis/test_06_script_b.sh; else set +o errexit; echo "$CACHE_ERR_MSG"; false; fi
after_script:
- echo $TRAVIS_COMMIT_RANGE