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

@ -49,6 +49,7 @@ class WalletBackupTest(BitcoinTestFramework):
self.setup_clean_chain = True
# nodes 1, 2,3 are spenders, let's give them a keypool=100
self.extra_args = [["-keypool=100"], ["-keypool=100"], ["-keypool=100"], []]
self.rpc_timeout = 120
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()