From 841efff3fb2e386ad020ca832f8906d738cbbe64 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 11 Jul 2024 01:44:00 +0200 Subject: fix(files): Close the sidebar on navigation Signed-off-by: Ferdinand Thiessen --- cypress.config.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cypress.config.ts') diff --git a/cypress.config.ts b/cypress.config.ts index 2c91c6256d5..8c35f354735 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -54,6 +54,8 @@ export default defineConfig({ // Disable session isolation testIsolation: false, + requestTimeout: 30000, + // We've imported your old cypress plugins here. // You may want to clean this up later by importing these. async setupNodeEvents(on, config) { -- cgit v1.2.3