Revert "try increasing deadline" [skip-ci]

This reverts commit 1e21c5c3c6.
This commit is contained in:
Artem Pavlenko 2018-03-16 12:03:26 +01:00
parent 1e21c5c3c6
commit de7bb84d1e

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=3200
- DURATION=2400
- scripts/travis-command-wrapper.py -s "date" -i 120 --deadline=$(( $(date +%s) + ${DURATION} )) make
- RESULT=0
- make test || RESULT=$?