-
Notifications
You must be signed in to change notification settings - Fork 3.4k
feat: configurable worktree creation timeout #1119
Copy link
Copy link
Closed
Labels
P3Low priority - Nice to have, consider closing if staleLow priority - Nice to have, consider closing if stalearea: isolationWorktree isolation providerWorktree isolation providereffort/lowSingle file or function, one responsibility, isolated changeSingle file or function, one responsibility, isolated changefeature-requestNew functionality (external suggestion, needs review)New functionality (external suggestion, needs review)
Metadata
Metadata
Assignees
Labels
P3Low priority - Nice to have, consider closing if staleLow priority - Nice to have, consider closing if stalearea: isolationWorktree isolation providerWorktree isolation providereffort/lowSingle file or function, one responsibility, isolated changeSingle file or function, one responsibility, isolated changefeature-requestNew functionality (external suggestion, needs review)New functionality (external suggestion, needs review)
Worktree creation currently uses a hardcoded 30s timeout, which causes failures for repos with heavy post-checkout hooks (linting, dependency install, etc.).
PR #1029 adds an optional
worktree.timeoutconfig (ms) with 30000ms default for backward compatibility:Small change — 3 files, +38/-18 lines. All validation passes. Would love to get this merged if it looks good.