merge bitcoin#26417: fix intermittent failure in feature_index_prune.py

This commit is contained in:
Kittywhiskers Van Gogh 2022-10-28 15:24:22 -04:00
parent b04b71a957
commit e531dff5f7
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -140,6 +140,7 @@ class FeatureIndexPruneTest(BitcoinTestFramework):
self.connect_nodes(i, 3)
self.sync_blocks(timeout=300)
self.sync_index(height=2500)
for node in self.nodes[:2]:
with node.assert_debug_log(['limited pruning to height 2489']):