* Reduce sleep in poll_for_signature_confirmations * Unignore test_repairman_catchup
This commit is contained in:
@ -588,7 +588,7 @@ impl RpcClient {
|
|||||||
return Err(io::Error::new(io::ErrorKind::Other, "signature not found"));
|
return Err(io::Error::new(io::ErrorKind::Other, "signature not found"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sleep(Duration::from_secs(1));
|
sleep(Duration::from_millis(250));
|
||||||
}
|
}
|
||||||
Ok(confirmed_blocks)
|
Ok(confirmed_blocks)
|
||||||
}
|
}
|
||||||
|
@ -582,7 +582,6 @@ fn test_faulty_node(faulty_node_type: BroadcastStageType) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
|
||||||
fn test_repairman_catchup() {
|
fn test_repairman_catchup() {
|
||||||
solana_logger::setup();
|
solana_logger::setup();
|
||||||
error!("test_repairman_catchup");
|
error!("test_repairman_catchup");
|
||||||
|
Reference in New Issue
Block a user