Skip to content

Commit e336170

Browse files
committedMay 17, 2018
update Travis build timeout
1 parent 44cc7d2 commit e336170

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

0 commit comments

Comments
 (0)
Please sign in to comment.