try increasing deadline

This commit is contained in:
Artem Pavlenko 2018-03-16 11:46:03 +01:00
parent 72cd2cd583
commit 1e21c5c3c6

View file

@ -104,7 +104,7 @@ script:
# to ensure that slow builds still upload their
# ccache results and therefore should be faster
# (and might work) for the next build
- DURATION=2400
- DURATION=3200
- scripts/travis-command-wrapper.py -s "date" -i 120 --deadline=$(( $(date +%s) + ${DURATION} )) make
- RESULT=0
- make test || RESULT=$?