pub async fn assert_port_ready(port: u16, timeout: Duration)
Assert that a port becomes reachable within the timeout.
Panics if the port does not become ready.