Update time so that minion startup can timeout.

This commit is contained in:
Thayne Harbaugh 2015-04-23 10:55:42 -06:00
parent fc7ec24cb3
commit f155daf700

View file

@ -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: