diff --git a/cypress/cypress.config.js b/cypress/cypress.config.js index b1d80575e..b9862613b 100644 --- a/cypress/cypress.config.js +++ b/cypress/cypress.config.js @@ -32,6 +32,7 @@ module.exports = defineConfig({ e2e: { projectId: "qa7fe2", defaultCommandTimeout: 10000, + pageLoadTimeout:180000, chromeWebSecurity: false, baseUrl: "http://localhost:3000", specPattern: "cypress/e2e/**/*.feature",