From bc005c9afb0860fd1020d590fe4c8be4b755bb37 Mon Sep 17 00:00:00 2001 From: Ema Suarasan <beatrice.suarasan@endava.com> Date: Thu, 8 Apr 2021 16:54:16 +0300 Subject: [PATCH] test: increase default timeout to avoid element search timeout --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 542f48538f..4496402407 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,5 @@ { "baseUrl": "http://localhost:4000", - "nodeVersion": "system" + "nodeVersion": "system", + "defaultCommandTimeout": 8000 } -- GitLab