diff --git a/cypress.config.js b/cypress.config.js index be1d55643..b414c053e 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -48,8 +48,10 @@ module.exports = defineConfig({ specPattern: 'cypress/integration/**/*.cy.js', viewportWidth: 1280, viewportHeight: 800, + pageLoadTimeout: 60000, // Record video video: true, + chromeWebSecurity: false, // Disable Chrome Web Security // Enabled to reduce the risk of out-of-memory issues experimentalMemoryManagement: true, /* When allowing 1 retry on CI, the test suite will pass if