mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-11 05:03:31 +00:00
Increased RPC timeout due to CN hashrate.
This commit is contained in:
parent
f5547ae451
commit
f756b1219c
@ -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…
x
Reference in New Issue
Block a user