Skip to content

Commit

Permalink
Update feature_llmqchainlocks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeep sidhu committed Sep 23, 2022
1 parent 52a9a6c commit 71f91ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/functional/feature_llmqchainlocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,12 @@ def run_test(self):
self.log.info("Should switch to the locked tip on restart because flags are reset on start")
assert(conflictLength > activeLength)
self.stop_node(0)
time.sleep(0.5)
self.start_node(0)
self.nodes[0].invalidateblock(activeChain)
time.sleep(1)
self.stop_node(0)
time.sleep(0.5)
self.start_node(0)
self.bump_mocktime(5, nodes=self.nodes)
time.sleep(3)
Expand Down

0 comments on commit 71f91ea

Please sign in to comment.