Skip to content

Commit cbf3034

Browse files
authored
fix timeout for Claude job in workflow (#214)
Fix syntax for Claude job Increased the timeout for the Claude job from 15 to 30 minutes.
1 parent 4d08c0d commit cbf3034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
claude:
1111
if: contains(github.event.comment.body, '@claude')
1212
runs-on: ubuntu-latest
13+
timeout-minutes: 30
1314
permissions:
1415
contents: write
1516
pull-requests: write
@@ -44,5 +45,4 @@ jobs:
4445
with:
4546
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4647
claude_args: |
47-
--timeout-minutes 15
4848
--allowTools Read,Edit,Write,WebFetch

0 commit comments

Comments
 (0)