diff --git a/cypress.config.js b/cypress.config.js index a9cc9364f66..cf242449e1b 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -46,5 +46,6 @@ module.exports = defineConfig({ experimentalRunAllSpecs: true, }, // Allow cypress to interact with iframes - chromeWebSecurity: false + chromeWebSecurity: false, + pageLoadTimeout: 120000 })