diff options
| author | MarcoFalke <[email protected]> | 2020-01-25 11:20:14 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-01-25 11:20:47 -0500 |
| commit | c26b05c2b78f1df45652caf38972d849af9551d0 (patch) | |
| tree | e8fc0dd242d8ed329761b7f720f84d11691de823 /test/functional/wallet_groups.py | |
| parent | Merge #17740: build: remove configure checks for win libraries we don't link ... (diff) | |
| parent | bump test timeouts so that functional tests run in valgrind (diff) | |
| download | discoin-c26b05c2b78f1df45652caf38972d849af9551d0.tar.xz discoin-c26b05c2b78f1df45652caf38972d849af9551d0.zip | |
Merge #17770: test: bump test timeouts so that functional tests run in valgrind
2d23082cbe4641175d752a5969f67cdadf1afcea bump test timeouts so that functional tests run in valgrind (Micky Yun Chan)
Pull request description:
ci/tests: Bump timeouts so all functional tests run on travis in valgrind #17763
Top commit has no ACKs.
Tree-SHA512: 5a8c6e2ea02b715facfcb58c761577be15ae58c45a61654beb98c2c2653361196c2eec521bcae4a9a1bab8e409d6807de771ef4c46d3d05996ae47a22d499d54
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 3cf8aaf3d..f2fa1d3e4 100755 --- a/test/functional/wallet_groups.py +++ b/test/functional/wallet_groups.py @@ -16,7 +16,7 @@ class WalletGroupTest(BitcoinTestFramework): self.setup_clean_chain = True self.num_nodes = 3 self.extra_args = [[], [], ['-avoidpartialspends']] - self.rpc_timeout = 120 + self.rpc_timeout = 240 def skip_test_if_missing_module(self): self.skip_if_no_wallet() |