pub async fn wait_for_node(client: &mut TestClient)Available on crate features
testing and std only.Expand description
Waits for node to be running.
ยงPanics
This function will panic if it does NUMBER_OF_NODE_ATTEMPTS unsuccessful checks or if we
receive an error other than a connection related error.