From 2e4cda74c8a625e83145b0d59d2ff6edade5cc60 Mon Sep 17 00:00:00 2001 From: Amol Gautam Date: Wed, 1 Dec 2021 10:54:52 -0500 Subject: [PATCH] Removing time.sleep(3) --- awx/main/tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/main/tasks.py b/awx/main/tasks.py index d3ce8f155f..ccaa7c63ea 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -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