Travis: Pangolin containers now timeout as well.

This commit is contained in:
Frederich Munch 2017-06-13 11:58:30 -04:00 committed by sftnight
parent fd3738190f
commit 9f84b5ebfc

View File

@ -206,10 +206,8 @@ install:
CMAKEREQ="3.6"
fi
# Containers need to timeout before the buildscript exists
if [ $TRAVIS_OS_NAME == 'osx' ] || [ "$DIST" == "trusty" ]; then
TIMEOUT='40m' # Any more and Travis might cancel
fi
# Containers need to timeout before the buildscript exits
TIMEOUT='37m' # Any more and Travis might cancel
# If we timeout, objects can be corrupted in the cache, causing link errors
# Turn this on to get the mapping to the cache.o to delete