From fa192952507dbe5f405abffce38b3556923ba271 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 13 Mar 2020 11:10:36 -0400 Subject: test: Bump timeouts to avoid valgrind failures --- test/functional/wallet_multiwallet.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/wallet_multiwallet.py') diff --git a/test/functional/wallet_multiwallet.py b/test/functional/wallet_multiwallet.py index f2fa41b647..78ead514a5 100755 --- a/test/functional/wallet_multiwallet.py +++ b/test/functional/wallet_multiwallet.py @@ -24,6 +24,7 @@ class MultiWalletTest(BitcoinTestFramework): def set_test_params(self): self.setup_clean_chain = True self.num_nodes = 2 + self.rpc_timeout = 120 def skip_test_if_missing_module(self): self.skip_if_no_wallet() -- cgit v1.2.3