increase sleep

This commit is contained in:
Anatoly Yakovenko 2018-05-13 20:33:41 -07:00
parent c2fcd876d7
commit 1f7387a39b
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ mod tests {
let event_processor = EventProcessor::new(accountant, &alice.last_id(), Some(30));
let rpu = Rpu::new(event_processor);
let threads = rpu.serve(d, serve, gossip, exit.clone(), sink()).unwrap();
sleep(Duration::from_millis(300));
sleep(Duration::from_millis(900));
let requests_socket = UdpSocket::bind("0.0.0.0:0").unwrap();
let events_socket = UdpSocket::bind("0.0.0.0:0").unwrap();