set cacher timeout just under 10 minutes

This commit is contained in:
Dane Springmeyer 2016-08-04 17:16:53 -07:00
parent 8bee57b0b0
commit 8b7cd2931b

View File

@ -24,7 +24,7 @@ env:
global:
- CCACHE_TEMPDIR=/tmp/.ccache-temp
- CCACHE_COMPRESS=1
- CASHER_TIME_OUT=1000
- CASHER_TIME_OUT=599 # one second less than 10m to avoid 10m timeout error: https://github.com/Project-OSRM/osrm-backend/issues/2742
- JOBS=4
matrix: