From d288a33fdc39687ce08583398f2e5d3d168959e3 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Thu, 9 Nov 2023 09:10:41 -0500 Subject: [PATCH] Update cypress.config.ts --- cypress.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.ts b/cypress.config.ts index 9e40f7d28..e10666574 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -4,7 +4,7 @@ import setupNodeEvents from "./cypress/plugins"; export default defineConfig({ projectId: "wvw3x3", retries: { - runMode: 0, + runMode: 2, openMode: 0, }, chromeWebSecurity: false,