From 53855cad1d7d39a196c01c5e33a5530091350dbc Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 20 May 2020 23:29:30 +0530 Subject: [PATCH] fix (cypress): set default command timeout to 20 seconds --- cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index ae0c45c3ae..97ac41bb61 100644 --- a/cypress.json +++ b/cypress.json @@ -2,6 +2,6 @@ "baseUrl": "http://test_site_ui:8000", "projectId": "92odwv", "adminPassword": "admin", - "defaultCommandTimeout": 10000, + "defaultCommandTimeout": 20000, "pageLoadTimeout": 15000 }