From fa566b2601ee5a40bf814e529d7db253dacd28e7 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 2 Aug 2019 15:39:04 -0400 Subject: test: Add missing sync_blocks to feature_pruning --- test/functional/feature_pruning.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/functional/feature_pruning.py b/test/functional/feature_pruning.py index 66c395d7a2..727f4b9589 100755 --- a/test/functional/feature_pruning.py +++ b/test/functional/feature_pruning.py @@ -204,6 +204,7 @@ class PruneTest(BitcoinTestFramework): self.log.info("Mine 220 more large blocks so we have requisite history") mine_large_blocks(self.nodes[0], 220) + self.sync_blocks(self.nodes[0:3], timeout=120) usage = calc_usage(self.prunedir) self.log.info("Usage should be below target: %d" % usage) -- cgit v1.2.3