Skip to content

Commit 71f2212

Browse files
committed
wait longer for everyone to have a host
1 parent 90b02dd commit 71f2212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/plugins/simln/simln.py

+1-1
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)