Update poh_service.rs

This commit is contained in:
Rob Walker
2018-09-21 16:03:54 -07:00
committed by GitHub
parent c50ac96f75
commit e49b8f0ce7

View File

@ -148,7 +148,7 @@ mod tests {
let (_poh_service, poh_receiver) =
PohService::new_with_clock(Hash::default(), hash_receiver, Duration::from_millis(1));
sleep(Duration::from_millis(5));
sleep(Duration::from_millis(50));
drop(hash_sender);
let pohs: Vec<_> = poh_receiver.iter().map(|x| x).collect();
assert!(pohs.len() > 1);