From 9311d605964a346e9a51bc841bfcdf5d38e392a1 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 4 Jun 2015 20:42:11 +1200 Subject: Test output to try to figure out why Travis no longer loves us --- test/test_pathod.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_pathod.py') 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" -- cgit v1.2.3