Merge branch 'devel' of https://github.com/andreyshestakov/ansible into andreyshestakov-devel

This commit is contained in:
James Cammarata
2016-06-06 11:03:28 -05:00
2 changed files with 4 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ class ResultProcess(multiprocessing.Process):
try:
result = self._read_worker_result()
if result is None:
time.sleep(0.0001)
time.sleep(0.01)
continue
# send callbacks for 'non final' results