mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-21 09:32:39 +02:00
test: Add missing sync_blocks to feature_pruning
This commit is contained in:
parent
3a3d8b8357
commit
fa566b2601
@ -204,6 +204,7 @@ class PruneTest(BitcoinTestFramework):
|
|||||||
self.log.info("Mine 220 more large blocks so we have requisite history")
|
self.log.info("Mine 220 more large blocks so we have requisite history")
|
||||||
|
|
||||||
mine_large_blocks(self.nodes[0], 220)
|
mine_large_blocks(self.nodes[0], 220)
|
||||||
|
self.sync_blocks(self.nodes[0:3], timeout=120)
|
||||||
|
|
||||||
usage = calc_usage(self.prunedir)
|
usage = calc_usage(self.prunedir)
|
||||||
self.log.info("Usage should be below target: %d" % usage)
|
self.log.info("Usage should be below target: %d" % usage)
|
||||||
|
Loading…
Reference in New Issue
Block a user