Skip to content

chore(timeout): bump default run wallclock 45m -> 4h#64

Merged
khaliqgant merged 1 commit into
mainfrom
chore/run-timeout-4h
May 7, 2026
Merged

chore(timeout): bump default run wallclock 45m -> 4h#64
khaliqgant merged 1 commit into
mainfrom
chore/run-timeout-4h

Conversation

@khaliqgant

Copy link
Copy Markdown
Member

Summary

  • Bumps `DEFAULT_RUN_TIMEOUT_MS` from 45 min (2,700,000) to 4 h (14,400,000).
  • The outer process killer was firing before long pipelines (multi-adapter scaffolds, large monorepo build/test) could finish their per-step work.
  • Per-step timeouts remain the meaningful constraint; this is the outer safety net per the existing comment block.

Test plan

  • `npm run typecheck` clean
  • `npm run bundle` produces a dist where the constant is inlined as `144e5`

🤖 Generated with Claude Code

The outer process killer was firing before long pipelines (e.g. multi-adapter
scaffolds) could finish their per-step work. Per-step budgets remain the
meaningful constraint; this is the outer safety net.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack
No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: f59f29f8-1606-4f1d-ac02-fba4399b6929

📥 Commits

Reviewing files that changed from the base of the PR and between 0e68073 and 58773ee.

📒 Files selected for processing (1)
  • src/shared/constants.ts

📝 Walkthrough

Walkthrough

The PR increases the workflow run wall-clock timeout from 45 minutes to 4 hours by updating DEFAULT_RUN_TIMEOUT_MS in src/shared/constants.ts. The aliased DEFAULT_TIMEOUT_MS constant inherits this change. All other timeout constants and exported configuration remain unchanged.

Changes

Run Timeout Configuration

Layer / File(s) Summary
Timeout Configuration Update
src/shared/constants.ts
DEFAULT_RUN_TIMEOUT_MS is increased from 2_700_000 (45 min) to 14_400_000 (4 h); DEFAULT_TIMEOUT_MS alias reflects the updated value.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A rabbit hops through time constraints today,
Four hours now for workflows to play,
From forty-five minutes, a leap we take,
More patient runs for goodness' sake! ⏰

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely describes the main change: bumping the default run timeout from 45 minutes to 4 hours.
Description check ✅ Passed The description is clearly related to the changeset, providing context about why the timeout was increased and how it was tested.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/run-timeout-4h

Comment @coderabbitai help to get the list of available commands and usage tips.

@khaliqgant khaliqgant merged commit 36086ae into main May 7, 2026
1 check passed
@khaliqgant khaliqgant deleted the chore/run-timeout-4h branch May 7, 2026 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant