Skip to content

Commit cd1958c

Browse files
committed
perf: removed sleep(6) from mine_cycle_quorum in functional tests
1 parent 3f17a01 commit cd1958c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/functional/test_framework/test_framework.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,14 +1995,12 @@ def mine_cycle_quorum(self, llmq_type_name="llmq_test_dip0024", llmq_type=103,
19951995

19961996
self.log.info("quorumIndex 1: Waiting for phase 6 (finalization)")
19971997
self.wait_for_quorum_phase(q_1, 6, expected_members, None, 0, mninfos_online, llmq_type_name)
1998-
time.sleep(6)
19991998
self.log.info("Mining final commitments")
20001999
self.bump_mocktime(1, nodes=nodes)
20012000
self.nodes[0].getblocktemplate() # this calls CreateNewBlock
20022001
self.nodes[0].generate(1)
20032002
self.sync_blocks(nodes)
20042003

2005-
time.sleep(6)
20062004
self.log.info("Waiting for quorum(s) to appear in the list")
20072005
self.wait_for_quorums_list(q_0, q_1, nodes, llmq_type_name)
20082006

0 commit comments

Comments
 (0)