From c80891b2d4fc0782e618643dfd8320f866c3c74f Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 6 Nov 2023 10:54:00 +0200 Subject: [PATCH] Update cypress.config.js --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 77114c123..f61d51948 100755 --- a/cypress.config.js +++ b/cypress.config.js @@ -5,7 +5,7 @@ module.exports = defineConfig({ experimentalMemoryManagement: true, experimentalSourceRewriting: true, numTestsKeptInMemory: 0, - defaultCommandTimeout: 9000, + defaultCommandTimeout: 5000, projectId: 'xb89dr', retries: 1, videoCompression: 8,