From 3d7272f0a3cd3184b36b9be66a1dbd9f74b9d61a Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Tue, 5 Sep 2023 17:31:14 +0300 Subject: [PATCH] increasing timeout for selectors --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index ec232ae77..1d5bb9d6e 100755 --- a/cypress.config.js +++ b/cypress.config.js @@ -6,7 +6,7 @@ module.exports = defineConfig({ experimentalMemoryManagement: true, experimentalSourceRewriting: true, numTestsKeptInMemory: 0, - defaultCommandTimeout: 15000, + defaultCommandTimeout: 30000, projectId: 'xb89dr', retries: 3, videoCompression: 8,