Skip to content

Commit fa2dfbf

Browse files
author
MarcoFalke
committed
travis: Bump second timeout to 33 minutes, Add rationale
1 parent bb68abe commit fa2dfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ script:
6464
- export CONTINUE=1
6565
- if [ $SECONDS -gt 1200 ]; then export CONTINUE=0; fi # Likely the depends build took very long
6666
- if [ $CONTINUE = "1" ]; then set -o errexit; source .travis/test_06_script_a.sh; else set +o errexit; echo "$CACHE_ERR_MSG"; false; fi
67-
- if [ $SECONDS -gt 1800 ]; then export CONTINUE=0; fi # Likely the build took very long
67+
- 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
6868
- if [ $CONTINUE = "1" ]; then set -o errexit; source .travis/test_06_script_b.sh; else set +o errexit; echo "$CACHE_ERR_MSG"; false; fi
6969
after_script:
7070
- echo $TRAVIS_COMMIT_RANGE

0 commit comments

Comments
 (0)