From 9482662d7e5264816767c7fcde304074dfe367ad Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 22 Oct 2015 06:44:46 +0200 Subject: [PATCH] travis: Pass --faulthandler-timeout. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4b6cda51..2e499522a 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 tests + - tox -e $TESTENV -- -p no:sugar --faulthandler-timeout=20 tests matrix: exclude: