We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660bdbf commit 60978c8Copy full SHA for 60978c8
test/functional/feature_abortnode.py
@@ -19,7 +19,6 @@ class AbortNodeTest(BitcoinTestFramework):
19
def set_test_params(self):
20
self.setup_clean_chain = True
21
self.num_nodes = 2
22
- self.rpc_timeout = 240
23
24
def setup_network(self):
25
self.setup_nodes()
@@ -41,7 +40,7 @@ def run_test(self):
41
40
42
# Check that node0 aborted
43
self.log.info("Waiting for crash")
44
- self.nodes[0].wait_until_stopped(timeout=200)
+ self.nodes[0].wait_until_stopped(timeout=5)
45
self.log.info("Node crashed - now verifying restart fails")
46
self.nodes[0].assert_start_raises_init_error()
47
0 commit comments