Merge pull request #2743 from Project-OSRM/avoid-10m-timeout

Set cacher timeout just under 10 minutes
This commit is contained in:
Patrick Niklaus 2016-08-05 10:32:12 +02:00 committed by GitHub
commit e8ce119972

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: