From 2d23082cbe4641175d752a5969f67cdadf1afcea Mon Sep 17 00:00:00 2001 From: Micky Yun Chan Date: Wed, 18 Dec 2019 14:54:25 +0800 Subject: bump test timeouts so that functional tests run in valgrind --- test/functional/wallet_groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/wallet_groups.py') 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() -- cgit v1.2.3