Taragolis commented on code in PR #28177:
URL: https://github.com/apache/airflow/pull/28177#discussion_r1041507344


##########
tests/sensors/test_external_task_sensor.py:
##########
@@ -166,8 +165,9 @@ def 
test_external_task_group_not_exists_without_check_existence(self):
                 task_id="test_external_task_sensor_check",
                 external_dag_id=TEST_DAG_ID,
                 external_task_group_id="fake-task-group",
-                timeout=1,
+                timeout=0.001,
                 dag=self.dag,
+                poke_interval=0.1,

Review Comment:
   Default `poke_interval` is 60 second as result test wait 1 minute for 
timeout exception.



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