From 066c7959e8abbe60aa81e08fb8a8410106419989 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 2 Nov 2015 08:20:14 +0100 Subject: [PATCH] travis: Increase faulthandler timeout. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c5207b6c5..53cb98c93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'