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