Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
travis up from 35 to 40 min
  • Loading branch information
artemp committed Sep 5, 2016
1 parent 014f980 commit 66999f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -92,11 +92,11 @@ script:
- export SCONSFLAGS='--debug=time'
- configure BENCHMARK=${BENCH}
- cat config.log
# we limit the `make` to 35 min
# we limit the `make` to 40 min
# to ensure that slow builds still upload their
# ccache results and therefore should be faster
# (and might work) for the next build
- DURATION=2100
- DURATION=2400
- scripts/travis-command-wrapper.py -s "date" -i 120 --deadline=$(( $(date +%s) + ${DURATION} )) make
- make test
- enabled ${COVERAGE} coverage
Expand Down

0 comments on commit 66999f1

Please sign in to comment.