You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Process command timed out after 30 second(s).
The failure reproduces with --skip-bootstrap, --allow-stale, and a locally refreshed origin/main. No directory, Git worktree entry, or DMC handle remains afterward. The repository has a large history and its managed primary was substantially stale before the remote ref refresh.
Expected
Worktree creation uses an operation-appropriate configurable timeout rather than a fixed 30-second child-process ceiling.
Timeout failures identify the phase that exceeded budget.
Partial Git/DMC state is cleaned or reconciled deterministically.
Problem
Creating a managed Homeboy worktree repeatedly times out after exactly 30 seconds before registration:
Result:
The failure reproduces with
--skip-bootstrap,--allow-stale, and a locally refreshedorigin/main. No directory, Git worktree entry, or DMC handle remains afterward. The repository has a large history and its managed primary was substantially stale before the remote ref refresh.Expected
Discovered while fixing Extra-Chill/homeboy#12719.