diff options
| author | MarcoFalke <[email protected]> | 2018-12-22 17:22:55 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-12-22 17:23:25 +0100 |
| commit | fa71b38168ae3a59f3463e0e38a6eb6c88243db7 (patch) | |
| tree | ad1eb12c20f9c5bac24dd04c1c28a016bfb982fb /test/functional/wallet_groups.py | |
| parent | scripted-diff: Remove unused 'split' parameter to setup_network (diff) | |
| download | discoin-fa71b38168ae3a59f3463e0e38a6eb6c88243db7.tar.xz discoin-fa71b38168ae3a59f3463e0e38a6eb6c88243db7.zip | |
scripted-diff: Rename rpc_timewait to rpc_timeout
-BEGIN VERIFY SCRIPT-
sed -i -e 's/self.rpc_timewait/self.rpc_timeout/g' $(git grep -l self.rpc_timewait)
-END VERIFY SCRIPT-
Diffstat (limited to 'test/functional/wallet_groups.py')
| -rwxr-xr-x | test/functional/wallet_groups.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_groups.py b/test/functional/wallet_groups.py index 9d6148386..5452433ac 100755 --- a/test/functional/wallet_groups.py +++ b/test/functional/wallet_groups.py @@ -21,7 +21,7 @@ class WalletGroupTest(BitcoinTestFramework): self.setup_clean_chain = True self.num_nodes = 3 self.extra_args = [[], [], ['-avoidpartialspends']] - self.rpc_timewait = 120 + self.rpc_timeout = 120 def skip_test_if_missing_module(self): self.skip_if_no_wallet() |