From 019f5870b2b2384243be13ecf0539a229e34f553 Mon Sep 17 00:00:00 2001 From: Yura Bondarenko Date: Tue, 29 Mar 2022 17:54:11 +0200 Subject: [PATCH] 87968: Increase cypress timeout to 12s --- cypress.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cypress.json b/cypress.json index 80358eb6dde..8a98ad60da6 100644 --- a/cypress.json +++ b/cypress.json @@ -21,5 +21,6 @@ "DSPACE_TEST_SUBMIT_COLLECTION_UUID": "9d8334e9-25d3-4a67-9cea-3dffdef80144", "DSPACE_TEST_SUBMIT_USER": "dspacedemo+submit@gmail.com", "DSPACE_TEST_SUBMIT_USER_PASSWORD": "dspace" - } -} \ No newline at end of file + }, + "defaultCommandTimeout": 12000 +}