Bump timeouts to appease Travis.

This commit is contained in:
Aldo Cortesi 2015-06-08 16:34:21 +12:00
parent 332832278f
commit 7b4e50bb68
1 changed files with 3 additions and 3 deletions

View File

@ -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
)