From e67079be1f8b51fa527be5d5afb1991818eb7511 Mon Sep 17 00:00:00 2001 From: Octavian Guzu Date: Thu, 26 Feb 2026 12:05:23 +0000 Subject: [PATCH] Increase oncall-triage workflow timeouts - Job timeout: 15 -> 25 minutes - Claude Code step timeout: 10 -> 20 minutes --- .github/workflows/oncall-triage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/oncall-triage.yml b/.github/workflows/oncall-triage.yml index c347ea3f..2d7842b2 100644 --- a/.github/workflows/oncall-triage.yml +++ b/.github/workflows/oncall-triage.yml @@ -12,7 +12,7 @@ on: jobs: oncall-triage: runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 25 permissions: contents: read issues: write @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Run Claude Code for Oncall Triage - timeout-minutes: 10 + timeout-minutes: 20 uses: anthropics/claude-code-action@v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}