Skip to content

Commit

Permalink
merge bitcoin#26417: fix intermittent failure in feature_index_prune.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Oct 15, 2024
1 parent b04b71a commit e531dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/feature_index_prune.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def run_test(self):
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']):
Expand Down

0 comments on commit e531dff

Please sign in to comment.