test: Bump timeouts in slow running tests

This commit is contained in:
MarcoFalke
2019-09-16 13:19:29 -04:00
parent cd737214ce
commit fa502cb6f0
7 changed files with 10 additions and 7 deletions

View File

@ -19,6 +19,7 @@ class ToolWalletTest(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 1
self.setup_clean_chain = True
self.rpc_timeout = 120
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()