From c4daa20b4560df7450a402362951052be084e67e Mon Sep 17 00:00:00 2001 From: Simon Hirtreiter Date: Mon, 24 Jun 2024 11:58:28 +0200 Subject: [PATCH] digiwf-cypress increase default timeout --- digiwf-cypress/cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/digiwf-cypress/cypress.config.js b/digiwf-cypress/cypress.config.js index 701a4c270..f4a71474e 100644 --- a/digiwf-cypress/cypress.config.js +++ b/digiwf-cypress/cypress.config.js @@ -7,6 +7,7 @@ require("dotenv").config({ path: ".env.local" }); module.exports = defineConfig({ viewportHeight: 1200, viewportWidth: 2000, + defaultCommandTimeout: 10000, scrollBehavior: "center", videosFolder: "output/videos", reporter: "junit",