diff --git a/cypress.config.js b/cypress.config.js index 87c184dff4..a615bfd030 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -48,5 +48,5 @@ export default defineConfig({ }, experimentalMemoryManagement: true, defaultCommandTimeout: 10000, - numTestsKeptInMemory: 1000, + numTestsKeptInMemory: 1, });