From abc272bfd925a4cc0d6ea6563610032e782ba7bd Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 8 Jun 2023 12:06:40 +0200 Subject: [PATCH] Set timeout for page load to 180000. --- cypress/cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/cypress.config.js b/cypress/cypress.config.js index 2d2cefc47..db8ea73e2 100644 --- a/cypress/cypress.config.js +++ b/cypress/cypress.config.js @@ -38,6 +38,7 @@ module.exports = defineConfig({ e2e: { projectId: "qa7fe2", defaultCommandTimeout: 10000, + pageLoadTimeout: 180000, chromeWebSecurity: false, baseUrl: "http://localhost:3000", specPattern: "cypress/e2e/**/*.feature",