The idle tests were failing because runs without runningProcesses entries were being reaped by the orphan reaper before the idle timeout pass could check them. Fix by spawning real child processes and registering them in runningProcesses so the orphan reaper skips them, allowing the idle timeout logic to evaluate them correctly. Co-Authored-By: Paperclip <noreply@paperclip.ing> |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| CHANGELOG.md | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||