Skip to content

Commit

Permalink
bump client side chart itmeouts to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Apr 12, 2024
1 parent 8afe973 commit 4a2f84b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions superset-frontend/src/components/Chart/chartAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export async function getChartDataRequest({

export function runAnnotationQuery({
annotation,
timeout = 60,
timeout = 300,
formData = null,
key,
isDashboardRequest = false,
Expand Down Expand Up @@ -396,7 +396,7 @@ export function handleChartDataResponse(response, json, useLegacyApi) {
export function exploreJSON(
formData,
force = false,
timeout = 60,
timeout = 300,
key,
dashboardId,
ownState,
Expand Down Expand Up @@ -519,7 +519,7 @@ export const POST_CHART_FORM_DATA = 'POST_CHART_FORM_DATA';
export function postChartFormData(
formData,
force = false,
timeout = 60,
timeout = 300,
key,
dashboardId,
ownState,
Expand Down

0 comments on commit 4a2f84b

Please sign in to comment.