Commit d5177294 authored by Jason Swails's avatar Jason Swails
Browse files

Let tests run on Jenkins for longer

Let tests run up to 2 hours and have a 5 minute timeout for individual tests.
parent f1de425f
...@@ -36,7 +36,7 @@ make PythonInstall ...@@ -36,7 +36,7 @@ make PythonInstall
# Now run the tests # Now run the tests
python -m simtk.testInstallation python -m simtk.testInstallation
cd python/tests && py.test -v && cd ../.. cd python/tests && py.test -v && cd ../..
python devtools/run-ctest.py --start-time $(date +%s) python devtools/run-ctest.py --job-duration=120 --timeout 300
# Now remove the conda environment # Now remove the conda environment
source deactivate source deactivate
......
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