wait_for_auto_recovery

Function wait_for_auto_recovery 

Source
async fn wait_for_auto_recovery(
    client: &Client,
    timeout_secs: u64,
) -> Result<()>
Expand description

Wait for frontend to auto-recover with a timeout. Returns Ok if recovery succeeds, Err if timeout expires.