From af22814bc34ab9521def8d190e555364b93dc8be Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 8 Jun 2015 14:01:04 +1200 Subject: Revamp error logging somewhat --- test/test_pathoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_pathoc.py') diff --git a/test/test_pathoc.py b/test/test_pathoc.py index 556aada5..21e46e8c 100644 --- a/test/test_pathoc.py +++ b/test/test_pathoc.py @@ -145,7 +145,7 @@ class TestDaemon(_TestDaemon): assert "202" in self.tval(["get:'/p/202:b@1'"], ignorecodes=[200, 201]) def test_timeout(self): - assert "Timeout" in self.tval(["get:'/p/200:p0,10'"], timeout=0.01) + assert "Timeout" in self.tval(["get:'/p/200:p0,100'"], timeout=0.01) assert "HTTP" in self.tval( ["get:'/p/200:p5,100'"], showresp=True, -- cgit v1.2.3