From 53a4a236226fbbae4c389e47508f0d2953a0eff0 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Mon, 18 Sep 2023 18:58:08 +0200 Subject: [PATCH] chore(e2e): reduce retries in open mode (#51560) --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 840bbbe22ec..39c54170afc 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -10,7 +10,7 @@ module.exports = defineConfig({ e2e: { baseUrl: 'http://localhost:8000', projectId: 'ke77ns', - retries: 4, + retries: { openMode: 1, runMode: 4 }, chromeWebSecurity: false, // This is the default spec pattern, that we use on /learn proper