eladkal commented on code in PR #36078:
URL: https://github.com/apache/airflow/pull/36078#discussion_r1421994420


##########
tests/integration/executors/test_celery_executor.py:
##########
@@ -146,6 +147,9 @@ def fake_execute_command(command):
 
                 executor._process_tasks(task_tuples_to_send)
 
+                # allow some time for the task to be processed
+                time.sleep(10)

Review Comment:
   Please explain this magic number



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to