From c4a4913e7d739434adb76bfc57f736d782220dae Mon Sep 17 00:00:00 2001 From: helenanull Date: Wed, 1 Sep 2021 21:07:24 +0300 Subject: [PATCH] increase defaultCommandTimeout --- cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 5bfab05..545254b 100644 --- a/cypress.json +++ b/cypress.json @@ -1,7 +1,7 @@ { "baseUrl": "http://angularjs.realworld.io/#", "numTestsKeptInMemory": 25, - "defaultCommandTimeout": 10000, + "defaultCommandTimeout": 15000, "experimentalFetchPolyfill": true, "env": { "apiUrl": "https://conduit.productionready.io/api",