Skip to content

Commit 56104bc

Browse files
committed
update Travis build timeout
1 parent 2f0fbc6 commit 56104bc

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
@@ -65,10 +65,10 @@ echo "travis_fold:end:cmake"
6565
# The tests should be aborted before travis times out, in order to allow uploading
6666
# the ccache and therefore speedup subsequent e builds.
6767
#
68-
# Travis will kill the job after approx 90 minutes, we subtract 8 minutes for
68+
# Travis will kill the job after approx 120 minutes, we subtract 8 minutes for
6969
# uploading and subtract the bootstrapping time from that.
7070
# Hopefully clocks are in sync :)
71-
TRAVIS_TIME=90
71+
TRAVIS_TIME=120
7272
UPLOAD_TIME=5
7373
CURRENT_TIME=`date +%s`
7474
TIMEOUT=$(expr \( ${TRAVIS_TIME} - ${UPLOAD_TIME} \) \* 60 - ${CURRENT_TIME} + ${TRAVIS_TIMESTAMP})

0 commit comments

Comments
 (0)