aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pathod.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-10-28 22:00:19 +1300
committerAldo Cortesi <aldo@nullcube.com>2012-10-28 22:00:19 +1300
commit07560ffe307f13ffb5a8fa4ef593902cc69807b9 (patch)
treebadc64443007a6e080fc02083b19fcf04f3882ef /test/test_pathod.py
parent35f37626a97c8dd4bcbf24f3330c1b795d7310fe (diff)
downloadmitmproxy-07560ffe307f13ffb5a8fa4ef593902cc69807b9.tar.gz
mitmproxy-07560ffe307f13ffb5a8fa4ef593902cc69807b9.tar.bz2
mitmproxy-07560ffe307f13ffb5a8fa4ef593902cc69807b9.zip
Cleaup, ABC for Value classes.
Diffstat (limited to 'test/test_pathod.py')
-rw-r--r--test/test_pathod.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_pathod.py b/test/test_pathod.py
index 83f57727..3fe7e848 100644
--- a/test/test_pathod.py
+++ b/test/test_pathod.py
@@ -35,11 +35,12 @@ class TestNoWeb(tutils.DaemonTests):
class TestTimeout(tutils.DaemonTests):
- timeout = 0.1
+ timeout = 0.01
def test_noweb(self):
# FIXME: Add float values to spec language, reduce test timeout to
# increase test performance
assert self.get("200:p1,1").status_code == 200
+ print self.d.last_log()
assert self.d.last_log()["type"] == "timeout"