We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a455ff commit cf4dbdcCopy full SHA for cf4dbdc
openmetadata-ui/src/main/resources/ui/src/constants/Services.constant.ts
@@ -395,6 +395,8 @@ export const SERVICE_DEFAULT_ERROR_MAP = {
395
// Increasing it temporarily while we investigate test connection delays
396
// @pmbrull
397
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;
400
export const FETCH_INTERVAL = 2000;
401
export const WORKFLOW_COMPLETE_STATUS = [
402
WorkflowStatus.Failed,
0 commit comments