timeout of one hour in response for jrpc connection.

This commit is contained in:
2026-01-22 19:36:28 +01:00
parent 0931eb2a8e
commit b74bcb1ccd

View File

@@ -182,7 +182,7 @@ class JsonRpcConnection:
self.conn.sendall(data)
# ---------- Outgoing request ----------
def call(self, method, params=None, timeout=5.0):
def call(self, method, params=None, timeout=3600.0):
"""Send a request and wait for its response.
Args: