Skip to content

Commit f55df76

Browse files
authored
Remove timeout from Claude Investigation actions (#316)
Removed timeout setting for Claude Investigation steps. *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 86f4aaa commit f55df76

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/awsapm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
id: claude
6666
continue-on-error: true
6767
uses: anthropics/claude-code-base-action@beta
68-
timeout-minutes: 3
6968
with:
7069
use_bedrock: "true"
7170
# Set to any Bedrock Model ID
@@ -79,7 +78,6 @@ jobs:
7978
id: claude-retry
8079
if: steps.claude.outcome == 'failure'
8180
uses: anthropics/claude-code-base-action@beta
82-
timeout-minutes: 3
8381
with:
8482
use_bedrock: "true"
8583
model: "us.anthropic.claude-sonnet-4-5-20250929-v1:0"

0 commit comments

Comments
 (0)