diff options
| author | Yong He <yonghe@outlook.com> | 2025-07-16 22:05:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-16 22:05:05 -0700 |
| commit | 041e05fa08d0d465031b54fc27757449452ed011 (patch) | |
| tree | 78130b1be602cd3137b06f96036e7afc853c1f33 | |
| parent | f081b8639caeb10607b92abced1fc286a977e1e5 (diff) | |
Increase timeout of claude workflow to 6 hours. (#7801)
| -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: |
