aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test_pathoc.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_pathoc.py b/test/test_pathoc.py
index d37cf9eb..c00c7d53 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
)