diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-09-16 13:19:29 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-09-16 13:32:13 -0400 |
commit | fa502cb6f07f9a0c170185b760e3e349c6dac5f8 (patch) | |
tree | 532ed5faf96f7a9d20a54844809c92e048d7f2a2 /test/functional/tool_wallet.py | |
parent | cd737214ced756898883c8d940d353f0a1c4f4b9 (diff) |
test: Bump timeouts in slow running tests
Diffstat (limited to 'test/functional/tool_wallet.py')
-rwxr-xr-x | test/functional/tool_wallet.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/tool_wallet.py b/test/functional/tool_wallet.py index 28a65f7823..355cd7af75 100755 --- a/test/functional/tool_wallet.py +++ b/test/functional/tool_wallet.py @@ -19,6 +19,7 @@ class ToolWalletTest(BitcoinTestFramework): def set_test_params(self): self.num_nodes = 1 self.setup_clean_chain = True + self.rpc_timeout = 120 def skip_test_if_missing_module(self): self.skip_if_no_wallet() |