Skip to content

Commit ec12c65

Browse files
lpcoxCopilot
andauthored
fix: increase claude-token-optimizer timeout from 10 to 15 minutes (#1937)
Run 24290714882 timed out at exactly 10 minutes while the agent was still productively working — calculating token stats and preparing the optimization issue. The agent never reached the safe-output step, causing the run to be marked as failed. Increase timeout to 15 minutes to give the agent enough time to complete its analysis and post the issue. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent af08b90 commit ec12c65

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/claude-token-optimizer.lock.yml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/claude-token-optimizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ safe-outputs:
3030
title-prefix: "\u26a1 Claude Token Optimization"
3131
labels: [claude-token-optimization]
3232
close-older-issues: true
33-
timeout-minutes: 10
33+
timeout-minutes: 15
3434
strict: true
3535
steps:
3636
- name: Download recent Claude workflow logs

0 commit comments

Comments
 (0)