Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed May 12, 2024
1 parent fd1256a commit 3c40350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_server_v5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ async fn handle_or_drop_publish_after_disconnect(
sleep(Millis(2750)).await;
io.close();
drop(io);
sleep(Millis(500)).await;
sleep(Millis(1500)).await;

assert!(disconnect.load(Relaxed));

Expand Down

0 comments on commit 3c40350

Please sign in to comment.