From 417956b5fdb26c42d0423ddcdedc5f442c17d1c3 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 20 Nov 2023 10:41:41 +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 3cf310613..c45d37ffc 100755 --- a/cypress.config.js +++ b/cypress.config.js @@ -5,7 +5,7 @@ module.exports = defineConfig({ experimentalMemoryManagement: true, experimentalSourceRewriting: true, numTestsKeptInMemory: 5, - defaultCommandTimeout: 9000, + defaultCommandTimeout: 13000, projectId: 'xb89dr', retries: 1, videoCompression: 8,