This is an automated email from the ASF dual-hosted git repository.

hello-stephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b91bfa4356 [fix](ci) Increase automated code review timeout to 120 
minutes (#67844)
1b91bfa4356 is described below

commit 1b91bfa4356cca84de710c354b45fa265e5671a6
Author: shuke <[email protected]>
AuthorDate: Fri Sep 11 14:51:48 2026 +0800

    [fix](ci) Increase automated code review timeout to 120 minutes (#67844)
    
    The automated review of #67687 hit the 90-minute step timeout while
    finishing its report ([failed
    
run](https://github.com/apache/doris/actions/runs/34488778375/job/102909763020));
    its [formal
    
review](https://github.com/apache/doris/pull/67687#pullrequestreview-5169396336)
    was submitted about 23 seconds later.
    
    Increase the review step timeout from 90 to 120 minutes. Raise the job
    timeout from 208 to 238 minutes and update the budget comment,
    preserving 8 minutes for auth synchronization and 12 minutes for runner
    setup and post-job cleanup.
---
 .github/workflows/code-review-runner.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/code-review-runner.yml 
b/.github/workflows/code-review-runner.yml
index 5d200533979..ba5278465ff 100644
--- a/.github/workflows/code-review-runner.yml
+++ b/.github/workflows/code-review-runner.yml
@@ -60,9 +60,9 @@ jobs:
       head_sha: ${{ steps.review_inputs.outputs.head_sha }}
       manage_status: ${{ steps.review_inputs.outputs.manage_status }}
       pr_number: ${{ steps.review_inputs.outputs.pr_number }}
-    # Pre-finalization steps can use 188 minutes and auth sync can use 8 more,
+    # Pre-finalization steps can use 218 minutes and auth sync can use 8 more,
     # leaving 12 minutes for runner setup and post-job cleanup.
-    timeout-minutes: 208
+    timeout-minutes: 238
     if: >-
       inputs.pr_number != '' ||
       (
@@ -711,7 +711,7 @@ jobs:
 
       - name: Run automated code review
         id: review
-        timeout-minutes: 90
+        timeout-minutes: 120
         continue-on-error: true
         env:
           GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to