From cc7251a336fbe43d6471b9e0c4c2265eac0e681a Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 11 Feb 2025 08:36:34 +0100 Subject: [PATCH] fix: refs #6695 checkErrors(folderName) --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 87c184dff..a615bfd03 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -48,5 +48,5 @@ export default defineConfig({ }, experimentalMemoryManagement: true, defaultCommandTimeout: 10000, - numTestsKeptInMemory: 1000, + numTestsKeptInMemory: 1, });