mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-26 20:33:27 +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")
|
||||
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user