Skip to content

Commit

Permalink
Remove unnecessary sleep from result process
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c committed Nov 13, 2015
1 parent 634e10e commit 2b25b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/executor/process/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _read_worker_result(self):
debug("got a result from worker %d: %s" % (self._cur_worker, result))
break
except queue.Empty:
time.sleep(0.01)
pass

if self._cur_worker == starting_point:
break
Expand Down

0 comments on commit 2b25b79

Please sign in to comment.