Skip to content

Commit cf84808

Browse files
committed
wait longer for everyone to have a host
1 parent f0f107d commit cf84808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/plugins/simln/simln.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def everyone_has_a_host() -> bool:
115115

116116

117117
def wait_for_everyone_to_have_a_host():
118-
_wait_for_predicate(everyone_has_a_host)
118+
_wait_for_predicate(everyone_has_a_host, timeout=10 * 60)
119119

120120

121121
def _wait_for_predicate(predicate, timeout=5 * 60, interval=5):

0 commit comments

Comments
 (0)