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 cc69135 commit fc539eb
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 @@ -449,7 +449,7 @@ async fn handle_or_drop_publish_after_disconnect(
.unwrap();
io.encode(codec::Packet::Disconnect, &codec).unwrap();
io.flush(true).await.unwrap();
sleep(Millis(350)).await;
sleep(Millis(1250)).await;
io.close();
drop(io);
sleep(Millis(250)).await;
Expand Down

0 comments on commit fc539eb

Please sign in to comment.