Reduce the timout limit.
This commit is contained in:
parent
67f642aed6
commit
4cda31f257
@ -212,7 +212,7 @@ install:
|
||||
|
||||
# Containers need to timeout before the buildscript exists
|
||||
if [ $TRAVIS_OS_NAME == 'osx' ] || [ "$DIST" == "trusty" ]; then
|
||||
TIMEOUT='43m' # Any more and Travis might cancel
|
||||
TIMEOUT='40m' # Any more and Travis might cancel
|
||||
fi
|
||||
|
||||
# If we timeout, objects can be corrupted in the cache, causing link errors
|
||||
|
Loading…
x
Reference in New Issue
Block a user