mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 17:11:42 -06:00
730cfd774d
`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>