Commit e51a8037 authored by Marius Wachtler's avatar Marius Wachtler

Increase travis CI timeout to 30min

parent dcd76808
......@@ -74,7 +74,7 @@ before_script:
script:
- ccache -z
- ninja -j4 pyston check-deps && PYSTON_RUN_ARGS=G travis_wait ctest --output-on-failure
- ninja -j4 pyston check-deps && PYSTON_RUN_ARGS=G travis_wait 30 ctest --output-on-failure
- ccache -s
- if [ -n "$(git status --porcelain --untracked=no)" ]; then echo "test suite left the source directory dirty"; git status; false; 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