From 738935be710261811880350e0e4ee59d576f5349 Mon Sep 17 00:00:00 2001 From: zhichao-aws Date: Mon, 28 Aug 2023 15:19:22 +0800 Subject: [PATCH] extend pageload timeout for cy.visit Signed-off-by: zhichao-aws --- cypress.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.json b/cypress.json index fa5812d9..60ca7682 100644 --- a/cypress.json +++ b/cypress.json @@ -11,6 +11,7 @@ "requestTimeout": 60000, "responseTimeout": 60000, "defaultCommandTimeout": 60000, + "pageLoadTimeout":90000, "retries": { "runMode": 2, "openMode": 2