Skip to content

Commit

Permalink
fix: intermittent failure in feature_llmq_simplepose.py
Browse files Browse the repository at this point in the history
That has been introduced by bitcoin#20027 - mockable time everywhere
  • Loading branch information
knst committed Feb 2, 2024
1 parent 10312f7 commit 9b6eb25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/feature_llmq_simplepose.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ def repair_masternodes(self, restart):
self.start_masternode(mn)
else:
mn.node.setnetworkactive(True)
self.connect_nodes(mn.node.index, 0)
self.connect_nodes(mn.node.index, 1)
mn.node.mockscheduler(1)
self.sync_all()

# Isolate and re-connect all MNs (otherwise there might be open connections with no MNAUTH for MNs which were banned before)
Expand Down

0 comments on commit 9b6eb25

Please sign in to comment.