diff --git a/cypress.json b/cypress.json index 248b6ab60d..e7b86b17d2 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 }