From 9037c380f74a34411b56fbaa1925a1b294a3b764 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 3 Jun 2021 09:56:26 +0200 Subject: [PATCH] ci: increase cypress timeout --- tests/cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cypress.json b/tests/cypress.json index eb8b3c7d..e9767254 100644 --- a/tests/cypress.json +++ b/tests/cypress.json @@ -2,5 +2,5 @@ "baseUrl": "http://localhost:3000", "integrationFolder": "../", "testFiles": "{docs,tests}/**/*.spec.{js,ts}", - "defaultCommandTimeout": 8000 + "defaultCommandTimeout": 15000 }