Commit 77b62e95 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Reduce travis test time to try to avoid timeout

parent 3ccbd7fe
...@@ -131,7 +131,7 @@ before_install: ...@@ -131,7 +131,7 @@ before_install:
script: script:
- CTEST_TIMEOUT=600 - CTEST_TIMEOUT=600
- CTEST_STOP_TIME=$(python -c "from datetime import datetime, timedelta; import sys; sys.stdout.write((datetime.now() + timedelta(minutes=25)).strftime('%H:%M:%S'))") - CTEST_STOP_TIME=$(python -c "from datetime import datetime, timedelta; import sys; sys.stdout.write((datetime.now() + timedelta(minutes=20)).strftime('%H:%M:%S'))")
- cmake . $CMAKE_FLAGS -DCMAKE_INSTALL_PREFIX=$HOME/OpenMM - cmake . $CMAKE_FLAGS -DCMAKE_INSTALL_PREFIX=$HOME/OpenMM
- make -j2 install - make -j2 install
- if [[ "$OPENCL" == "true" ]]; then ./TestOpenCLDeviceQuery; fi - if [[ "$OPENCL" == "true" ]]; then ./TestOpenCLDeviceQuery; fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment