Browse Source

Increased RPC timeout due to CN hashrate.

cn_mining
Jianping Wu 5 years ago
parent
commit
f756b1219c
  1. 4
      test/functional/test_framework/test_node.py

4
test/functional/test_framework/test_node.py

@ -50,8 +50,8 @@ class TestNode(): @@ -50,8 +50,8 @@ class TestNode():
if timewait:
self.rpc_timeout = timewait
else:
# Wait for up to 180 seconds for the RPC server to respond
self.rpc_timeout = 180
# Wait for up to 600 seconds for the RPC server to respond
self.rpc_timeout = 600
if binary is None:
self.binary = os.getenv("LITECOIND", "kevacoind")
else:

Loading…
Cancel
Save