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 2f0fbc6 commit 56104bcCopy full SHA for 56104bc
.ci/travis/linux/docker-build-test.sh
@@ -65,10 +65,10 @@ echo "travis_fold:end:cmake"
65
# The tests should be aborted before travis times out, in order to allow uploading
66
# the ccache and therefore speedup subsequent e builds.
67
#
68
-# 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
69
# uploading and subtract the bootstrapping time from that.
70
# Hopefully clocks are in sync :)
71
-TRAVIS_TIME=90
+TRAVIS_TIME=120
72
UPLOAD_TIME=5
73
CURRENT_TIME=`date +%s`
74
TIMEOUT=$(expr \( ${TRAVIS_TIME} - ${UPLOAD_TIME} \) \* 60 - ${CURRENT_TIME} + ${TRAVIS_TIMESTAMP})
0 commit comments