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 3f4db8f commit 688b1d6
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(1750)).await;
io.close();
drop(io);
sleep(Millis(500)).await;
sleep(Millis(1000)).await;

assert!(disconnect.load(Relaxed));

Expand Down

0 comments on commit 688b1d6

Please sign in to comment.