diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 16d968975..f89be1b80 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -18,7 +18,7 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'claudius-review')) ) runs-on: ubuntu-latest - timeout-minutes: 40 + timeout-minutes: 60 permissions: contents: read issues: write