From 5f8750a8b6f4cf82b3073994c2ae14f85dba9237 Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Mon, 29 May 2023 16:54:21 +0300 Subject: [PATCH] chore(cypress): debugging --- cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 6880bc2..7f2fb2b 100644 --- a/cypress.json +++ b/cypress.json @@ -6,6 +6,6 @@ "username": "sasjstests", "password": "sasjs1stheBe$t", "screenshotOnRunFailure": false, - "testingFinishTimeout": 60000 + "testingFinishTimeout": 240000 } }