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,