Skip to content

Commit

Permalink
fix: enable experimentalMemoryManagementfor cypress
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M. <[email protected]>
  • Loading branch information
enjeck committed Nov 19, 2024
1 parent 4f2cfe8 commit a45f620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ module.exports = defineConfig({
// implement node event listeners here
},
pageLoadTimeout: 120000,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 1,
},

component: {
Expand Down

0 comments on commit a45f620

Please sign in to comment.