Skip to content

Commit 5a768a5

Browse files
committed
test: apply default 0.05 delay for wait_for_quorum_commitment
1 parent 4ff15a6 commit 5a768a5

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
@@ -2080,7 +2080,7 @@ def check_dkg_comitments():
20802080
return False
20812081
return True
20822082

2083-
self.wait_until(check_dkg_comitments, timeout=timeout, sleep=1)
2083+
self.wait_until(check_dkg_comitments, timeout=timeout)
20842084

20852085
def wait_for_quorum_list(self, quorum_hash, nodes, timeout=15, llmq_type_name="llmq_test"):
20862086
def wait_func():

0 commit comments

Comments
 (0)