henry3260 commented on code in PR #60754:
URL: https://github.com/apache/airflow/pull/60754#discussion_r2708410951


##########
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:
   > In your description, you said 10s. Do we need 100s here instead?
   
   Oops, I'm bad at math. Yes, 100 * 0.1 is 10 seconds. I think we should only 
need 10s



-- 
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]

Reply via email to