mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
* Remove spurious comment.
This commit is contained in:
parent
90f0af03d1
commit
9e2ca7fa57
@ -1165,7 +1165,7 @@ class LocalClient(object):
|
||||
last_time = False
|
||||
while True:
|
||||
# Process events until timeout is reached or all minions have returned
|
||||
time_left = timeout_at - time.time() # Splay of up to 1s
|
||||
time_left = timeout_at - time.time()
|
||||
# Wait 0 == forever, use a minimum of 1s
|
||||
wait = max(1, time_left)
|
||||
raw = self.event.get_event(wait, jid)
|
||||
|
Loading…
Reference in New Issue
Block a user