mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 01:14:03 -07:00
Fix sleep intervals (14219)
This commit is contained in:
parent
018d3c3118
commit
295c7ce1c8
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue