Skip to content

Commit

Permalink
unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
aeyakovenko committed May 14, 2018
1 parent 3d5f2b3 commit 2c7fe3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/historian.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ mod tests {
let (input, event_receiver) = channel();
let zero = Hash::default();
let hist = Historian::new(event_receiver, &zero, Some(20));
sleep(Duration::from_millis(300));
sleep(Duration::from_millis(900));
input.send(Signal::Tick).unwrap();
drop(input);
let entries: Vec<Entry> = hist.entry_receiver.lock().unwrap().iter().collect();
Expand Down

0 comments on commit 2c7fe3e

Please sign in to comment.