From 48a390a2bb05422d2c24197dec65320398b197a9 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 2 Mar 2023 16:10:07 +0100 Subject: [PATCH] Up the retries for frontend tests --- client/cypress.e2e.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/cypress.e2e.ts b/client/cypress.e2e.ts index 9e9a0919..f4a9cd7b 100644 --- a/client/cypress.e2e.ts +++ b/client/cypress.e2e.ts @@ -21,4 +21,7 @@ export default defineConfig({ toConsole: true, }, projectId: 'msk-ee', + retries: { + runMode: 3, + }, });