From 1906a8c66efaa9f8c3fdde35f896f93ac236f48e 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, take two. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 53cb98c93..3b4915984 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=30 -v tests + - tox -e $TESTENV -- -p no:sugar --faulthandler-timeout=60 -v tests after_success: - '[[ $TESTENV == py34 || $TESTENV == py35 ]] && codecov -e TESTENV -X gcov'