Skip to content

Commit

Permalink
Cut back traivs timeout by 10 minutes to ensure build cache is populated
Browse files Browse the repository at this point in the history
  • Loading branch information
gdevenyi committed Feb 6, 2020
1 parent 4bd78c4 commit 552a0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,4 +339,4 @@ script:
- export ExternalData_OBJECT_STORES=${TRAVIS_BUILD_DIR}/externalobjects
- "export PATH=\"$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}')\""
- cmake -GNinja -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DRUN_LONG_TESTS=OFF -DRUN_SHORT_TESTS=ON ..
- ../buildscripts/travis-command-wrapper.py -s "date" --deadline=$(( $(python -c "import time; print(int(time.time()))") + 4500 )) -- cmake --build . --parallel && cd ANTS-build && ctest -j2
- ../buildscripts/travis-command-wrapper.py -s "date" --deadline=$(( $(python -c "import time; print(int(time.time()))") + 3900 )) -- cmake --build . --parallel && cd ANTS-build && ctest -j2

0 comments on commit 552a0ca

Please sign in to comment.