diff --git a/tests/test_server_v5.rs b/tests/test_server_v5.rs index 7eef4a2..342f511 100644 --- a/tests/test_server_v5.rs +++ b/tests/test_server_v5.rs @@ -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));