aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_groups.py
diff options
context:
space:
mode:
authorMicky Yun Chan <michan@redhat.com>2019-12-18 14:54:25 +0800
committerMicky Yun Chan <michan@redhat.com>2020-01-25 15:51:35 +0800
commit2d23082cbe4641175d752a5969f67cdadf1afcea (patch)
tree99c97bfda49497de34cbda28efd44cd1ae606170 /test/functional/wallet_groups.py
parent6fef85bfa3cd7f76e83b8b57f9e4acd63eb664ec (diff)
downloadbitcoin-2d23082cbe4641175d752a5969f67cdadf1afcea.tar.xz
bump test timeouts so that functional tests run in valgrind
Diffstat (limited to 'test/functional/wallet_groups.py')
-rwxr-xr-xtest/functional/wallet_groups.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_groups.py b/test/functional/wallet_groups.py
index d1178611bd..bbca54da34 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()