vatsrahul1001 commented on code in PR #59374:
URL: https://github.com/apache/airflow/pull/59374#discussion_r2641971047
##########
airflow-core/src/airflow/ui/tests/e2e/specs/dags-list.spec.ts:
##########
@@ -61,8 +61,6 @@ test.describe("Dag Trigger Workflow", () => {
});
test("should successfully trigger a Dag run", async () => {
- test.setTimeout(7 * 60 * 1000);
Review Comment:
The Dag Trigger Workflow test is flaky in CI - it times out at 30 seconds
before the DAG run completes.
The original test had test.setTimeout(7 * 60 * 1000) (7 minutes) to allow
enough time for the DAG to run. This line was removed in this PR, causing the
test to fall back to the default 30-second timeout.
Please restore the timeout
--
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]