bump test timeouts so that functional tests run in valgrind

This commit is contained in:
Micky Yun Chan
2019-12-18 14:54:25 +08:00
parent 6fef85bfa3
commit 2d23082cbe
9 changed files with 22 additions and 9 deletions

View File

@@ -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()