aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_pruning.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-08-02 15:39:04 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-08-02 15:36:06 -0400
commitfa566b2601ee5a40bf814e529d7db253dacd28e7 (patch)
tree5b3e659bbbacfb9714a8309b2615588cd759bc96 /test/functional/feature_pruning.py
parent3a3d8b83571205b8329d4ee25537e3cc4397c3b8 (diff)
downloadbitcoin-fa566b2601ee5a40bf814e529d7db253dacd28e7.tar.xz
test: Add missing sync_blocks to feature_pruning
Diffstat (limited to 'test/functional/feature_pruning.py')
-rwxr-xr-xtest/functional/feature_pruning.py1
1 files changed, 1 insertions, 0 deletions
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)