mirror of
https://github.com/containers/podman.git
synced 2026-09-19 18:07:56 -04:00
ListenSetupWait() waited on errChan with no timeout, so podman machine init/start could hang forever if the guest never signaled ready. Added waitForReady(errChan, timeout) with a 30 second bound. Full details in the issue. Fixes: #29455 Signed-off-by: Rudra Dudhat <contact.rdudhat@gmail.com>