aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pathod.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-06-04 20:42:11 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-06-04 20:42:11 +1200
commit9311d605964a346e9a51bc841bfcdf5d38e392a1 (patch)
tree742272a3f3f4cc969d05d0ac1c81c323a216dc0a /test/test_pathod.py
parent07d5b90ebf190c4419f6b3f3d3cea1cf116ceecb (diff)
downloadmitmproxy-9311d605964a346e9a51bc841bfcdf5d38e392a1.tar.gz
mitmproxy-9311d605964a346e9a51bc841bfcdf5d38e392a1.tar.bz2
mitmproxy-9311d605964a346e9a51bc841bfcdf5d38e392a1.zip
Test output to try to figure out why Travis no longer loves us
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 f27f4d38..43fb8368 100644
--- a/test/test_pathod.py
+++ b/test/test_pathod.py
@@ -211,7 +211,8 @@ class CommonTests(tutils.DaemonTests):
def test_websocket_frame(self):
r = self.pathoc(["ws:/p/", "wf:b@10"], ws_read_limit=0)
- time.sleep(0.01)
+ print r
+ print self.d.log()
assert self.d.last_log()["type"] == "wsframe"