From 9a0beef4fb4dbfbce8146c1c50910731a4effd06 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Thu, 17 Sep 2020 12:56:59 +0200 Subject: [PATCH] cy: testing timeout on dom interactions --- cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 533f1db..e9eeb68 100644 --- a/cypress.json +++ b/cypress.json @@ -1,6 +1,6 @@ { "baseUrl": "http://127.0.0.1:3000", - "defaultCommandTimeout": 60000, + "defaultCommandTimeout": 4000, "chromeWebSecurity": false, "viewportWidth": 1920, "viewportHeight": 1080,