From 73e6c4f42e35034d22477733376970082a9311a1 Mon Sep 17 00:00:00 2001 From: Souma Date: Sun, 29 Mar 2026 16:51:20 +0900 Subject: [PATCH] ci(pre-commit): Increase the timeout minutes It's too short to download all hooks. --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 5749beb..cd0a58b 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -12,7 +12,7 @@ jobs: pre-commit: name: 🚸 pre-commit runs-on: Ubuntu-Latest - timeout-minutes: 5 + timeout-minutes: 10 steps: - name: 🚸 Run pre-commit