diff options
-rw-r--r-- | test/test_pathod.py | 3 |
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" |