mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-03 18:23:45 +02:00
qa: Extract rpc_timewait as test param
Also increase it for wallet_dump and wallet_groups
This commit is contained in:
@@ -28,6 +28,7 @@ class PruneTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
self.setup_clean_chain = True
|
||||
self.num_nodes = 6
|
||||
self.rpc_timewait = 900
|
||||
|
||||
# Create nodes 0 and 1 to mine.
|
||||
# Create node 2 to test pruning.
|
||||
@@ -54,7 +55,7 @@ class PruneTest(BitcoinTestFramework):
|
||||
sync_blocks(self.nodes[0:5])
|
||||
|
||||
def setup_nodes(self):
|
||||
self.add_nodes(self.num_nodes, self.extra_args, timewait=900)
|
||||
self.add_nodes(self.num_nodes, self.extra_args)
|
||||
self.start_nodes()
|
||||
|
||||
def create_big_chain(self):
|
||||
|
Reference in New Issue
Block a user