Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Apr 15, 2024
1 parent cabc896 commit f799841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ async fn handle_or_drop_publish_after_disconnect(
io.encode(codec::Packet::Disconnect, &codec).unwrap();
io.flush(true).await.unwrap();
drop(io);
sleep(Millis(250)).await;
sleep(Millis(500)).await;

assert!(disconnect.load(Relaxed));

Expand Down

0 comments on commit f799841

Please sign in to comment.