From f57d0d1442bfb065c9162d773c774b8835757a5e Mon Sep 17 00:00:00 2001 From: SoftFever Date: Sun, 23 Nov 2025 21:22:07 +0800 Subject: [PATCH] ci: Increase timeout for dedupe-issues workflow from 10 to 30 minutes --- .github/workflows/dedupe-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dedupe-issues.yml b/.github/workflows/dedupe-issues.yml index f835c8ee14..de46c82c81 100644 --- a/.github/workflows/dedupe-issues.yml +++ b/.github/workflows/dedupe-issues.yml @@ -13,7 +13,7 @@ on: jobs: dedupe-issues: runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 30 permissions: contents: read issues: write