Increase it some more

This commit is contained in:
Kovid Goyal 2016-07-16 01:05:31 +05:30
parent c4905e4d99
commit 010d54aef4

View File

@ -148,7 +148,7 @@ class WSClient(object):
class WSTestServer(TestServer): class WSTestServer(TestServer):
def __init__(self, handler): def __init__(self, handler):
TestServer.__init__(self, None, shutdown_timeout=0.5) TestServer.__init__(self, None, shutdown_timeout=5)
from calibre.srv.http_response import create_http_handler from calibre.srv.http_response import create_http_handler
self.loop.handler = create_http_handler(websocket_handler=handler()) self.loop.handler = create_http_handler(websocket_handler=handler())