From e5452ed9a9f6b35a500e2343c644ce3e3aa1f3e2 Mon Sep 17 00:00:00 2001 From: mutoe Date: Sun, 15 Aug 2021 19:11:48 +0800 Subject: [PATCH] chore: increment e2e test timeout --- cypress.prod.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cypress.prod.json b/cypress.prod.json index e688a5f..30b7a2a 100644 --- a/cypress.prod.json +++ b/cypress.prod.json @@ -1,4 +1,6 @@ { "baseUrl": "https://mutoe.github.io/vue3-realworld-example-app", - "chromeWebSecurity": false + "chromeWebSecurity": false, + "defaultCommandTimeout": 8000, + "requestTimeout": 8000 }