mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Merge branch 'devel' of https://github.com/andreyshestakov/ansible into andreyshestakov-devel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user