Brought server side ping timeout to 60 seconds

This commit is contained in:
Fabio Manganiello 2018-04-15 22:36:45 +02:00
parent f717315136
commit 1a01b336b7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class HttpBackend(Backend):
http://localhost:8008/execute """
websocket_ping_tries = 3
websocket_ping_timeout = 10.0
websocket_ping_timeout = 60.0
def __init__(self, port=8008, websocket_port=8009, disable_websocket=False,
token=None, **kwargs):