Skip to content

Commit 5ec8cbf

Browse files
committed
timeout increased
1 parent ba30669 commit 5ec8cbf

File tree

1 file changed

+1
-1
lines changed
  • utils/python-rpc/framework

1 file changed

+1
-1
lines changed

utils/python-rpc/framework/rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __setattr__(self, key, value):
5050
self[key] = value
5151

5252
class JSONRPC:
53-
def __init__(self, url, username=None, password=None, timeout=10):
53+
def __init__(self, url, username=None, password=None, timeout=20):
5454
self.url = url
5555
self.username = username
5656
self.password = password

0 commit comments

Comments
 (0)