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 532da43 commit 397194aCopy full SHA for 397194a
.ci/travis/linux/docker-build-test.sh
@@ -72,10 +72,10 @@ echo "travis_fold:end:cmake"
72
# The tests should be aborted before travis times out, in order to allow uploading
73
# the ccache and therefore speedup subsequent e builds.
74
#
75
-# Travis will kill the job after approx 120 minutes, we subtract 8 minutes for
+# Travis will kill the job after approx 150 minutes, we subtract 5 minutes for
76
# uploading and subtract the bootstrapping time from that.
77
# Hopefully clocks are in sync :)
78
-TRAVIS_TIME=120
+TRAVIS_TIME=150
79
UPLOAD_TIME=5
80
CURRENT_TIME=$(date +%s)
81
TIMEOUT=$((( TRAVIS_TIME - UPLOAD_TIME ) * 60 - CURRENT_TIME + TRAVIS_TIMESTAMP))
0 commit comments