mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Increase it some more
This commit is contained in:
parent
c4905e4d99
commit
010d54aef4
@ -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())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user