Skip to content

Commit

Permalink
add memory management to cypress config
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Sep 12, 2024
1 parent c5594f2 commit 5888913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/cypress-base/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ export default eyesPlugin(
defaultCommandTimeout: 8000,
numTestsKeptInMemory: 0,
experimentalFetchPolyfill: true,
experimentalMemoryManagement: true,
requestTimeout: 10000,
video: false,
videoUploadOnPasses: false,
viewportWidth: 1280,
viewportHeight: 1024,
projectId: 'ud5x2f',
Expand Down

0 comments on commit 5888913

Please sign in to comment.