mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update time so that minion startup can timeout.
This commit is contained in:
parent
fc7ec24cb3
commit
f155daf700
1 changed files with 1 additions and 0 deletions
|
@ -876,6 +876,7 @@ class TestDaemon(object):
|
|||
# we'll get this exception if the master process hasn't finished starting yet
|
||||
except SaltClientError:
|
||||
time.sleep(0.1)
|
||||
now = datetime.now()
|
||||
continue
|
||||
for target in responses:
|
||||
if target not in expected_connections:
|
||||
|
|
Loading…
Add table
Reference in a new issue