pub fn measure_and_log_sync_time<A: SyncNode + ?Sized>(
    nodes: &[&A],
    sync_wait: Thresholds<Speed>,
    info: &str,
    report_node_stats_interval: MeasurementReportInterval
) -> Result<(), VerificationError>