From cd88b48d6e28c35ff5c9458407dcc21e31e7977b Mon Sep 17 00:00:00 2001 From: Manuel Spagnolo Date: Fri, 30 Apr 2021 11:06:55 +0200 Subject: [PATCH] chore: add temporary retry to test suite --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 1e6c30d300..1c47432928 100644 --- a/cypress.json +++ b/cypress.json @@ -31,5 +31,6 @@ "*wootric.com" ], "chromeWebSecurity": false, - "defaultCommandTimeout": 30000 + "defaultCommandTimeout": 30000, + "retries": 2 }