From 4cca20e107a2aff13eb7e1f05617c70bf42d933e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 5 Apr 2023 10:03:21 +0200 Subject: [PATCH] Bug 33408: Extend defaultCommandTimeout for cypress Sometimes the initial page load takes more than 4 seconds. --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 248b6ab60df..e7b86b17d20 100644 --- a/cypress.json +++ b/cypress.json @@ -6,5 +6,6 @@ "screenshotsFolder": "t/cypress/screenshots", "supportFile": "t/cypress/support", "videosFolder": "t/cypress/videos", - "testFiles": "**/*.*" + "testFiles": "**/*.*", + "defaultCommandTimeout": 10000 } -- 2.25.1