diff --git a/awx/main/tasks.py b/awx/main/tasks.py index a298b08eea..9ff1120ea5 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -3151,6 +3151,7 @@ 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