potiuk commented on code in PR #60754:
URL: https://github.com/apache/airflow/pull/60754#discussion_r2731618470
##########
airflow-core/tests/unit/jobs/test_triggerer_job.py:
##########
@@ -264,8 +264,8 @@ def send_msg_spy(self, msg, *args, **kwargs):
# Re-load the triggers
trigger_runner_supervisor.load_triggers()
- # Wait for up to 3 seconds for it to vanish from the TriggerRunner's
storage
- for _ in range(30):
+ # Wait for up to 100 seconds for it to vanish from the TriggerRunner's
storage
Review Comment:
We all are since we stopped calculating by hand :)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]