From d1d43172653c3a9b691703bcb9af49002cb63d76 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 5 Jun 2023 10:36:51 +0200 Subject: [PATCH] increase timeout --- cypress/cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/cypress.json b/cypress/cypress.json index 337e0a198..f51ec64b9 100644 --- a/cypress/cypress.json +++ b/cypress/cypress.json @@ -1,6 +1,6 @@ { "projectId": "qa7fe2", - "defaultCommandTimeout": 5000, + "defaultCommandTimeout": 10000, "pageLoadTimeout": 180000, "ignoreTestFiles": "*.js", "chromeWebSecurity": false,