pull/109/head
Dennis Schwerdel 2020-11-02 22:32:13 +01:00
parent cbc73d0c0e
commit 3797106f14
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ mod tests {
let mut out = MsgBuffer::new(8);
sender.send_ping(&mut out);
assert_eq!(sender.stage(), STAGE_PONG);
for _ in 0..5 {
for _ in 0..120 {
out.clear();
sender.every_second(&mut out).unwrap();
}