From f3d6bd355076cade9eadf6a78e1e63594e514635 Mon Sep 17 00:00:00 2001
From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
Date: Wed, 31 May 2023 15:48:07 +0200
Subject: [PATCH] Reduce number of E2E test retries (#31197)

[ci skip]
---
 e2e/support/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/support/config.js b/e2e/support/config.js
index af95d2978b9..d30029413b5 100644
--- a/e2e/support/config.js
+++ b/e2e/support/config.js
@@ -132,7 +132,7 @@ const mainConfig = {
     json: true,
   },
   retries: {
-    runMode: 5,
+    runMode: 4,
     openMode: 0,
   },
 };
-- 
GitLab