From 428d6d584dfbfc7def9cbbe60fae17b966586d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 28 May 2021 15:18:51 +0200 Subject: [PATCH] increase cypress timeout --- tests/cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/cypress.json b/tests/cypress.json index 1a0e6af8..eb8b3c7d 100644 --- a/tests/cypress.json +++ b/tests/cypress.json @@ -1,5 +1,6 @@ { "baseUrl": "http://localhost:3000", "integrationFolder": "../", - "testFiles": "{docs,tests}/**/*.spec.{js,ts}" + "testFiles": "{docs,tests}/**/*.spec.{js,ts}", + "defaultCommandTimeout": 8000 }