mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -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):
|
||||
|
||||
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
|
||||
self.loop.handler = create_http_handler(websocket_handler=handler())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user