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, + }, });