From 7b4e50bb6868b7e0c63137c636720ccd3b974faa Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 8 Jun 2015 16:34:21 +1200 Subject: [PATCH] Bump timeouts to appease Travis. --- test/test_pathoc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_pathoc.py b/test/test_pathoc.py index d37cf9eb5..c00c7d535 100644 --- a/test/test_pathoc.py +++ b/test/test_pathoc.py @@ -149,12 +149,12 @@ class TestDaemon(_TestDaemon): assert "HTTP" in self.tval( ["get:'/p/200:p5,100'"], showresp=True, - timeout=0.01 + timeout=1 ) assert not "HTTP" in self.tval( - ["get:'/p/200:p3,10'"], + ["get:'/p/200:p3,100'"], showresp=True, - timeout=0.01, + timeout=1, ignoretimeout=True )