From 63203452fc020eaff11db1c839313e43a0f24fd3 Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 29 Dec 2025 20:08:26 +0800 Subject: [PATCH] chore: increase timeout for linter to 15 minutes --- .github/workflows/format.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 0eb43dc21..cbb7edbfe 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -11,7 +11,7 @@ jobs: contents: write # for Git to git push name: Auto format runs-on: ubuntu-slim - timeout-minutes: 5 + timeout-minutes: 15 steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 68f08291e..fa129b7ca 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: name: Lint if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }} runs-on: ubuntu-slim - timeout-minutes: 5 + timeout-minutes: 15 permissions: security-events: write steps: