choo121600 commented on code in PR #64540:
URL: https://github.com/apache/airflow/pull/64540#discussion_r3019567950
##########
airflow-core/src/airflow/ui/tests/e2e/utils/test-helpers.ts:
##########
@@ -569,7 +580,7 @@ export async function apiCancelBackfill(source:
RequestLike, backfillId: number)
const request = getRequestContext(source);
const response = await
request.put(`${baseUrl}/api/v2/backfills/${backfillId}/cancel`, {
- timeout: 30_000,
+ timeout: 10_000,
Review Comment:
I agree with this.
Timeouts are currently defined inconsistently across multiple places, which
has led to some unexpected timing behaviors.
I think it makes sense to consolidate them into a shared constant, ideally
after we stabilize the flaky tests.
--
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]