diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/applications/websockets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/applications/websockets.py b/test/unit/applications/websockets.py index eaed2ee7..309d37a3 100644 --- a/test/unit/applications/websockets.py +++ b/test/unit/applications/websockets.py @@ -221,7 +221,7 @@ class TestApplicationWebsocket(TestApplicationProto): op_code = self.OP_CONT pos = end - def message_read(self, sock, read_timeout=10): + def message_read(self, sock, read_timeout=60): frame = self.frame_read(sock, read_timeout=read_timeout) while not frame['fin']: |