From 9a562be4e442a7db81bb50333a81e098bf6ac2cc Mon Sep 17 00:00:00 2001 From: voson Date: Wed, 18 Mar 2026 14:36:14 +0800 Subject: [PATCH] ci: reduce check job timeout to 1 minute for efficiency --- .gitea/workflows/secrets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/secrets.yml b/.gitea/workflows/secrets.yml index 29a0023..17f9c6d 100644 --- a/.gitea/workflows/secrets.yml +++ b/.gitea/workflows/secrets.yml @@ -88,7 +88,7 @@ jobs: check: name: 质量检查 (fmt / clippy / test) runs-on: debian - timeout-minutes: 10 + timeout-minutes: 1 # 超时1分钟 steps: - name: 安装 Rust run: |