aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pathoc.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-06-08 16:34:21 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-06-08 16:34:21 +1200
commit7b4e50bb6868b7e0c63137c636720ccd3b974faa (patch)
tree8e8740d69fe70028c8cfc1b855ab08c96d8195e3 /test/test_pathoc.py
parent332832278fa22827a831a7a7206b81c2619aff8c (diff)
downloadmitmproxy-7b4e50bb6868b7e0c63137c636720ccd3b974faa.tar.gz
mitmproxy-7b4e50bb6868b7e0c63137c636720ccd3b974faa.tar.bz2
mitmproxy-7b4e50bb6868b7e0c63137c636720ccd3b974faa.zip
Bump timeouts to appease Travis.
Diffstat (limited to 'test/test_pathoc.py')
-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
)