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

@@ -92,6 +92,7 @@ class PruneTest(BitcoinTestFramework):
["-maxreceivebuffer=20000"],
["-prune=550"],
]
self.rpc_timeout = 120
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()