Skip to content

Commit cf4dbdc

Browse files
committed
Increase timeout for QR
1 parent 5a455ff commit cf4dbdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openmetadata-ui/src/main/resources/ui/src/constants/Services.constant.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@ export const SERVICE_DEFAULT_ERROR_MAP = {
395395
// Increasing it temporarily while we investigate test connection delays
396396
// @pmbrull
397397
export const FETCHING_EXPIRY_TIME = 3 * 60 * 1000;
398+
// 5 minutes - for Query Runner to accommodate long-running queries (e.g., Trino cold start)
399+
export const QUERY_RUNNER_FETCHING_EXPIRY_TIME = 5 * 60 * 1000;
398400
export const FETCH_INTERVAL = 2000;
399401
export const WORKFLOW_COMPLETE_STATUS = [
400402
WorkflowStatus.Failed,

0 commit comments

Comments
 (0)