From 568e203580216cc15feec69b148ebddd26d3c474 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Wed, 4 Feb 2015 17:33:58 +0100 Subject: [PATCH] Increase timeout time for test in order to avoid false negative --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 09c25a0c..53eaab0b 100644 --- a/tox.ini +++ b/tox.ini @@ -10,4 +10,4 @@ ignore = E501 [pytest] norecursedirs = old_tests .tox -timeout = 1 +timeout = 2