From 668c2a6592b4df10c4ef3023f2033c0b7c1d4938 Mon Sep 17 00:00:00 2001 From: Dominik Biedebach Date: Fri, 3 Mar 2023 13:00:14 +0100 Subject: [PATCH] tests: increase timeout --- tests/cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cypress.config.js b/tests/cypress.config.js index 299e89c5b..466d2fdd7 100644 --- a/tests/cypress.config.js +++ b/tests/cypress.config.js @@ -1,7 +1,7 @@ const { defineConfig } = require('cypress') module.exports = defineConfig({ - defaultCommandTimeout: 12000, + defaultCommandTimeout: 30000, video: false, e2e: { setupNodeEvents(on, config) {