mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Some packages (primarily vterm, evil-collection, and with-editor) end up hanging their native compilation process. In vterm's case it's because it invisibly prompts to compile its module then waits forever for user input that'll never come. I haven't figured out why it happens for the others though. In any case, since the workaround is to simply kill these processes and carry on, I added this timeout mechanism to do it for you (timing out after 30s of no movement). A more elegant solution will have to wait until the rewrite of our package manager. Fix: #5592