From fa5b440971a0dfdd64c1b86748a573fcd7dc65d3 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 1 Aug 2018 14:37:47 -0400 Subject: qa: Extract rpc_timewait as test param Also increase it for wallet_dump and wallet_groups --- test/functional/wallet_groups.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/wallet_groups.py') diff --git a/test/functional/wallet_groups.py b/test/functional/wallet_groups.py index 408e9dfef0..9fa7eaf07e 100755 --- a/test/functional/wallet_groups.py +++ b/test/functional/wallet_groups.py @@ -22,6 +22,7 @@ class WalletGroupTest(BitcoinTestFramework): self.setup_clean_chain = True self.num_nodes = 3 self.extra_args = [[], [], ['-avoidpartialspends']] + self.rpc_timewait = 120 def run_test (self): # Mine some coins -- cgit v1.2.3