From 074ef784c75adf0a266176e938d49a872d057e51 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Wed, 25 Aug 2021 18:37:56 +0530 Subject: [PATCH] chore(cypress): increase timeout Signed-off-by: Pranav C --- cypress.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 17ef242e71..f8a7840408 100644 --- a/cypress.json +++ b/cypress.json @@ -1,3 +1,5 @@ { - "baseUrl": "http://localhost:3000" + "baseUrl": "http://localhost:3000", + "defaultCommandTimeout": 10000, + "pageLoadTimeout": 600000 }