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 599edfd commit 3ae349c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +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(50)).await;
sleep(Millis(150)).await;

assert!(disconnect.load(Relaxed));

Expand Down

0 comments on commit 3ae349c

Please sign in to comment.