Removing time.sleep(3)

This commit is contained in:
Amol Gautam 2021-12-01 10:54:52 -05:00
parent 5512b71e16
commit 2e4cda74c8

View File

@ -3189,7 +3189,6 @@ class AWXReceptorJob:
except Exception:
raise RuntimeError(detail)
time.sleep(3)
return res
# Spawned in a thread so Receptor can start reading before we finish writing, we