diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-08-01 14:37:47 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-08-01 14:37:07 -0400 |
commit | fa5b440971a0dfdd64c1b86748a573fcd7dc65d3 (patch) | |
tree | 293c5d69fa9d0f2fb658ddd50da6b665f0175d41 /test/functional/wallet_groups.py | |
parent | c88529a178d5ca719ebab597a4c4c3437327b2f6 (diff) |
qa: Extract rpc_timewait as test param
Also increase it for wallet_dump and wallet_groups
Diffstat (limited to 'test/functional/wallet_groups.py')
-rwxr-xr-x | test/functional/wallet_groups.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |