mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
merge bitcoin#26417: fix intermittent failure in feature_index_prune.py
This commit is contained in:
parent
b04b71a957
commit
e531dff5f7
@ -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']):
|
||||
|
Loading…
Reference in New Issue
Block a user