diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/claude.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 89c740d36..819b4977d 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,7 +32,7 @@ jobs: (github.event_name == 'issues' && (contains(github.event.issue.body, '@claude'))) runs-on: ubuntu-latest - timeout-minutes: 60 + timeout-minutes: 360 # Cancel previous runs on new pushes concurrency: |
