Customizable timeout for worktree creation #724
Replies: 3 comments
-
|
Shipped in v1.7.65. Thanks @Clindbergh — legit use case (dep install + DB setup in worktree hook > 60s). New config: [worktree]
setup_timeout_seconds = 600Defaults to 60s for backward compat. Passes through to the Release: https://github.com/asheshgoplani/agent-deck/releases/tag/v1.7.65 |
Beta Was this translation helpful? Give feedback.
-
|
Do I see the output of that script somewhere so I can determine if it failed? Or not possible? |
Beta Was this translation helpful? Give feedback.
-
|
Depends on the path you used.
That second case is the gap you just filed as #768 ("Setup script needs user-visible progress + success/failure indication before claude starts"). Right home for follow-up there. Workaround until #768 lands: when a TUI-created worktree behaves like setup didnt run, drop to a shell and re-run manually: The exit code + output will show what failed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the reason that the timeout for the worktree creation script exists? Would it be possible to change this? My script should install dependencies, setup a db etc. - 60 seconds might not be enough for that.
Beta Was this translation helpful? Give feedback.
All reactions