mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-23 02:01:12 +00:00
`taskkill.exe` can hang when the target process is stuck in a kernel wait state (e.g. a pending I/O request). Add a 5-second timeout so QA scenario cleanup fails closed instead of hanging the test runner indefinitely. Co-authored-by: Peter Steinberger <steipete@gmail.com>