From 32bb790575b9d5c8d1c2c8f933022a33ce001d0e Mon Sep 17 00:00:00 2001
From: mxsm <mxsm@apache.org>
Date: Tue, 7 Jan 2025 20:24:52 +0800
Subject: [PATCH] =?UTF-8?q?[ISSUE=20#2157]=F0=9F=94=A8Update=20auto=20appr?=
 =?UTF-8?q?ove=20pull=20requests=20wait=20time=20(#2158)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/workflows/auto_approve_pull_requests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/auto_approve_pull_requests.yml b/.github/workflows/auto_approve_pull_requests.yml
index 13c4a5df..0a0a1f7d 100644
--- a/.github/workflows/auto_approve_pull_requests.yml
+++ b/.github/workflows/auto_approve_pull_requests.yml
@@ -28,7 +28,7 @@ jobs:
           github-token: ${{ secrets.BOT_TOKEN }}
           script: |
 
-            const retryInterval1 = 300 * 1000; // 300 seconds
+            const retryInterval1 = 270 * 1000; // 270 seconds
             await new Promise(resolve => setTimeout(resolve, retryInterval1));
             const { owner, repo } = context.repo;
             const pr = context.payload.pull_request || context.payload.check_suite.pull_requests[0];