Update poh_service.rs

This commit is contained in:
Rob Walker 2018-09-21 08:01:24 -07:00 committed by GitHub
parent 2614189157
commit 3dcee9f79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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(3));
sleep(Duration::from_millis(5));
drop(hash_sender);
let pohs: Vec<_> = poh_receiver.iter().map(|x| x).collect();
assert!(pohs.len() > 1);