From 2fb08c27bb90bb6e8efb12875a50fdf25b25deff Mon Sep 17 00:00:00 2001 From: erik_ritter Date: Mon, 7 Mar 2022 08:37:14 -0800 Subject: [PATCH] fix: improve cypress flakiness --- superset-frontend/cypress-base/cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/cypress-base/cypress.json b/superset-frontend/cypress-base/cypress.json index 4e37441d75d3..8e023d8a1a24 100644 --- a/superset-frontend/cypress-base/cypress.json +++ b/superset-frontend/cypress-base/cypress.json @@ -12,7 +12,7 @@ "viewportHeight": 1024, "projectId": "ukwxzo", "retries": { - "runMode": 1, + "runMode": 2, "openMode": 0 } }