Merge pull request #11408 from amolgautam25/receptor_tech_debt

Removing time.sleep(3)
This commit is contained in:
Alan Rominger
2021-12-14 11:54:49 -05:00
committed by GitHub

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