We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 44cc7d2 commit e336170Copy full SHA for e336170
.ci/travis/linux/docker-build-test.sh
@@ -63,10 +63,10 @@ echo "travis_fold:end:cmake"
63
# The tests should be aborted before travis times out, in order to allow uploading
64
# the ccache and therefore speedup subsequent e builds.
65
#
66
-# Travis will kill the job after approx 90 minutes, we subtract 8 minutes for
+# Travis will kill the job after approx 120 minutes, we subtract 8 minutes for
67
# uploading and subtract the bootstrapping time from that.
68
# Hopefully clocks are in sync :)
69
-TRAVIS_TIME=90
+TRAVIS_TIME=120
70
UPLOAD_TIME=5
71
CURRENT_TIME=`date +%s`
72
TIMEOUT=$(expr \( ${TRAVIS_TIME} - ${UPLOAD_TIME} \) \* 60 - ${CURRENT_TIME} + ${TRAVIS_TIMESTAMP})
0 commit comments