Skip to content

Commit 876d6c8

Browse files
committed
test: enforce 1 second delay for wait_for_sporks helper
1 parent ec6e7bf commit 876d6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/test_framework/test_framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ def check_sporks_same():
16921692
self.bump_mocktime(1)
16931693
sporks = self.nodes[0].spork('show')
16941694
return all(node.spork('show') == sporks for node in self.nodes[1:])
1695-
self.wait_until(check_sporks_same, timeout=timeout, sleep=0.5)
1695+
self.wait_until(check_sporks_same, timeout=timeout, sleep=1)
16961696

16971697
def wait_for_quorum_connections(self, quorum_hash, expected_connections, mninfos, llmq_type_name="llmq_test", timeout = 60, wait_proc=None):
16981698
def check_quorum_connections():

0 commit comments

Comments
 (0)