From a2216571b68336aebe240b03dafcc794293a148f Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 19 Feb 2025 13:09:36 +0100 Subject: [PATCH] ci: refs #6695 try use cache --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index ae3cb3f00..fef415092 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -46,5 +46,5 @@ export default defineConfig({ }, experimentalMemoryManagement: true, defaultCommandTimeout: 10000, - numTestsKeptInMemory: 0, + numTestsKeptInMemory: 2, });