From 79ad8f410483e16086d56cdda8adb103f93fbe12 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Thu, 17 Sep 2020 13:27:46 +0200 Subject: [PATCH] cy: timeout on dom to 1 sec --- cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index e9eeb68..eaf2081 100644 --- a/cypress.json +++ b/cypress.json @@ -1,6 +1,6 @@ { "baseUrl": "http://127.0.0.1:3000", - "defaultCommandTimeout": 4000, + "defaultCommandTimeout": 1000, "chromeWebSecurity": false, "viewportWidth": 1920, "viewportHeight": 1080,