mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-05 22:31:39 +00:00
* fix(microsoft-foundry): bound az login device-code subprocess Add a 5-minute timeout to the az login spawn so a stalled Azure CLI does not block the caller indefinitely. The timeout kills the child process and rejects the promise with a descriptive message. Co-Authored-By: Claude <noreply@anthropic.com> * fix(microsoft-foundry): reject login timeout immediately * refactor(microsoft-foundry): use shared process timeout --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Peter Steinberger <steipete@gmail.com>