From fa502cb6f07f9a0c170185b760e3e349c6dac5f8 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 16 Sep 2019 13:19:29 -0400 Subject: test: Bump timeouts in slow running tests --- test/functional/feature_pruning.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/feature_pruning.py') diff --git a/test/functional/feature_pruning.py b/test/functional/feature_pruning.py index 727f4b9589..51523f13e7 100755 --- a/test/functional/feature_pruning.py +++ b/test/functional/feature_pruning.py @@ -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() -- cgit v1.2.3