From b3066f3a8d5e19a9e770b97a74449dd322c7b37a Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:16:14 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E5=A2=9E=E5=8A=A0=20GitHub=20?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 github-checks 的 timeout_ms 从 90000 增加到 900000 --- .coderabbit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 984fa675..8cb624ec 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -12,7 +12,7 @@ reviews: tools: github-checks: enabled: true - timeout_ms: 90000 + timeout_ms: 900000 auto_review: enabled: true drafts: false # draft PR 不 review