travis: up to 25 min limit

This commit is contained in:
Dane Springmeyer 2016-09-02 19:06:07 -07:00
parent c67e505a74
commit 3be9a623fc

View file

@ -92,11 +92,11 @@ script:
- export SCONSFLAGS='--debug=time'
- configure BENCHMARK=${BENCH}
- cat config.log
# we limit the `make` to 15 min
# we limit the `make` to 25 min
# to ensure that slow builds still upload their
# ccache results and therefore should be faster
# (and might work) for the next build
- DURATION=900
- DURATION=1500
- scripts/travis-command-wrapper.py -s "date;ps aux | grep clang" -i 60 --deadline=$(( $(date +%s) + ${DURATION} )) make
- make test
- enabled ${COVERAGE} coverage