From 21fd669a601d95e6741d0d28c59c449fcf511b26 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 31 Oct 2023 14:25:12 +0100 Subject: [PATCH] increase cypress page load timeout --- cypress/cypress.config.js | 1 + 1 file changed, 1 insertion(+) 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",