From c6da90c0be55a66b6649090618063500bac18b42 Mon Sep 17 00:00:00 2001 From: Dmitry Kruchinin <33020454+dvkruchinin@users.noreply.github.com> Date: Wed, 14 Oct 2020 22:44:04 +0300 Subject: [PATCH] Increase Cypress env parameter "defaultCommandTimeout" (#2322) Co-authored-by: Kruchinin --- tests/cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cypress.json b/tests/cypress.json index b1181733..ae0fabb2 100644 --- a/tests/cypress.json +++ b/tests/cypress.json @@ -3,7 +3,7 @@ "baseUrl": "http://localhost:8080", "viewportWidth": 1300, "viewportHeight": 960, - "defaultCommandTimeout": 10000, + "defaultCommandTimeout": 25000, "env": { "user": "admin", "password": "12qwaszx"