From 790aaeb9154ab17f0a9842d83f8dd235445cf681 Mon Sep 17 00:00:00 2001 From: Dominik Biedebach Date: Tue, 10 May 2022 19:45:06 +0200 Subject: [PATCH] test: increase default command timeout to 50s --- tests/cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cypress.json b/tests/cypress.json index 9ca28255..5162454f 100644 --- a/tests/cypress.json +++ b/tests/cypress.json @@ -2,5 +2,5 @@ "baseUrl": "http://localhost:3000", "integrationFolder": "../", "testFiles": "{demos,tests}/**/*.spec.{js,ts}", - "defaultCommandTimeout": 15000 + "defaultCommandTimeout": 50000 }