Skip to content

Commit

Permalink
test: extend timeout for loading visualizations
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Jun 1, 2023
1 parent 78a2d0e commit a006d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/elements/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const unsavedVisualizationTitleText = 'Unsaved visualization'
const AOTitleEl = 'AO-title'
const AOTitleDirtyEl = 'AO-title-dirty'
const timeout = {
timeout: 20000,
timeout: 40000,
}
const nonHighchartsTypes = [VIS_TYPE_PIVOT_TABLE, VIS_TYPE_SINGLE_VALUE]

Expand Down

0 comments on commit a006d33

Please sign in to comment.