From 77e56182673c1d66947c5212f552219dda5125f2 Mon Sep 17 00:00:00 2001
From: Viktor Rusakov <vrusakov66@gmail.com>
Date: Mon, 2 Oct 2023 17:40:40 +0300
Subject: [PATCH] chore: increase sleep time between merge attempts in analyze
 dependents action

---
 .github/workflows/analyze-dependents.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/analyze-dependents.yml b/.github/workflows/analyze-dependents.yml
index 58c2ce6c1c..9b902e842d 100644
--- a/.github/workflows/analyze-dependents.yml
+++ b/.github/workflows/analyze-dependents.yml
@@ -290,3 +290,4 @@ jobs:
       env:
         GITHUB_TOKEN: ${{ secrets.requirements_bot_github_token }}
         MERGE_METHOD: squash
+        MERGE_RETRY_SLEEP: 240000