Skip to content

Commit 397194a

Browse files
authoredJan 23, 2019
reflect increase of Travis build times in timeouts
we are benefiting from increased build times since about 3 months...time to update the scripts!
1 parent 532da43 commit 397194a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.ci/travis/linux/docker-build-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ echo "travis_fold:end:cmake"
7272
# The tests should be aborted before travis times out, in order to allow uploading
7373
# the ccache and therefore speedup subsequent e builds.
7474
#
75-
# Travis will kill the job after approx 120 minutes, we subtract 8 minutes for
75+
# Travis will kill the job after approx 150 minutes, we subtract 5 minutes for
7676
# uploading and subtract the bootstrapping time from that.
7777
# Hopefully clocks are in sync :)
78-
TRAVIS_TIME=120
78+
TRAVIS_TIME=150
7979
UPLOAD_TIME=5
8080
CURRENT_TIME=$(date +%s)
8181
TIMEOUT=$((( TRAVIS_TIME - UPLOAD_TIME ) * 60 - CURRENT_TIME + TRAVIS_TIMESTAMP))

0 commit comments

Comments
 (0)
Please sign in to comment.