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 }