Skip to content

Commit 455e9fb

Browse files
authored
Remove timeout from Claude Investigation actions
Removed timeout setting for Claude Investigation steps.
1 parent 86f4aaa commit 455e9fb

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)