From edb9618b1f568081665ce129e4a4cdefe6b199bc Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 25 May 2023 14:25:07 +0200 Subject: [PATCH] increase cypress page load timeout --- cypress/cypress.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/cypress.json b/cypress/cypress.json index 7a0c37e1c..bbc4d21be 100644 --- a/cypress/cypress.json +++ b/cypress/cypress.json @@ -1,6 +1,7 @@ { "projectId": "qa7fe2", "defaultCommandTimeout": 50000, + "pageLoadTimeout": 180000, "ignoreTestFiles": "*.js", "chromeWebSecurity": false, "baseUrl": "http://localhost:3000",