diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-08-02 15:39:04 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-08-02 15:36:06 -0400 |
commit | fa566b2601ee5a40bf814e529d7db253dacd28e7 (patch) | |
tree | 5b3e659bbbacfb9714a8309b2615588cd759bc96 | |
parent | 3a3d8b83571205b8329d4ee25537e3cc4397c3b8 (diff) |
test: Add missing sync_blocks to feature_pruning
-rwxr-xr-x | test/functional/feature_pruning.py | 1 |
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) |