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

zclll 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 c7d6fe35d8f [chore](ci) increase opencode-review workflow timeout from 
30 to 60 minutes (#61257)
c7d6fe35d8f is described below

commit c7d6fe35d8f39fa420acfd1132db358f49a667e1
Author: zclllyybb <[email protected]>
AuthorDate: Thu Mar 12 15:48:27 2026 +0800

    [chore](ci) increase opencode-review workflow timeout from 30 to 60 minutes 
(#61257)
---
 .github/workflows/opencode-review.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/opencode-review.yml 
b/.github/workflows/opencode-review.yml
index 4f3b321569d..303228df82f 100644
--- a/.github/workflows/opencode-review.yml
+++ b/.github/workflows/opencode-review.yml
@@ -12,7 +12,7 @@ permissions:
 jobs:
   code-review:
     runs-on: ubuntu-latest
-    timeout-minutes: 30
+    timeout-minutes: 60
     if: >-
       github.event.issue.pull_request &&
       contains(github.event.comment.body, '/review') &&


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

Reply via email to