From ebb8c0d0b0c4f7874172d61bb8d98b42563d0267 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Wed, 24 Feb 2016 15:50:52 +0100 Subject: [PATCH] Increase test timeout to avoid random problems on travis --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 343eb05a..bd0fe746 100644 --- a/tox.ini +++ b/tox.ini @@ -14,4 +14,4 @@ exclude = tests/* [pytest] norecursedirs = .tox -timeout = 5 +timeout = 15