Skip to content

Commit

Permalink
Try experimental memory management
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Apr 11, 2024
1 parent 4725b47 commit 4a3a18b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = defineConfig({
defaultCommandTimeout: 60000,
requestTimeout: 60000,
responseTimeout: 60000,
experimentalMemoryManagement: true,
e2e: {
setupNodeEvents(on, config) {},
supportFile: 'test/cypress/support/e2e.js',
Expand Down

0 comments on commit 4a3a18b

Please sign in to comment.