travis: Increase faulthandler timeout.

This commit is contained in:
Florian Bruhin 2015-11-02 08:20:14 +01:00
parent 1563693037
commit 066c7959e8

View File

@ -37,7 +37,7 @@ install:
- python scripts/dev/ci_install.py
script:
- tox -e $TESTENV -- -p no:sugar --faulthandler-timeout=20 -v tests
- tox -e $TESTENV -- -p no:sugar --faulthandler-timeout=30 -v tests
after_success:
- '[[ $TESTENV == py34 || $TESTENV == py35 ]] && codecov -e TESTENV -X gcov'