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 )