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,
 });