Fix LMTP tests

This commit is contained in:
Maurus Decimus
2026-05-20 09:05:45 +02:00
parent d59ea4dfc4
commit 2216243195

View File

@@ -204,6 +204,7 @@ async fn lmtp_delivery() {
.expect_message_for_queue_then_deliver("default")
.await
.try_deliver(local.server.clone());
tokio::time::sleep(Duration::from_millis(500)).await;
let mut dsn = Vec::new();
loop {
match local.try_read_event().await {