From 2216243195f0afc757a711f6c7e3c77915cc5b6d Mon Sep 17 00:00:00 2001 From: Maurus Decimus <11444311+mdecimus@users.noreply.github.com> Date: Wed, 20 May 2026 09:05:45 +0200 Subject: [PATCH] Fix LMTP tests --- tests/src/smtp/outbound/lmtp.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/src/smtp/outbound/lmtp.rs b/tests/src/smtp/outbound/lmtp.rs index e56e5ac5..e2aee414 100644 --- a/tests/src/smtp/outbound/lmtp.rs +++ b/tests/src/smtp/outbound/lmtp.rs @@ -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 {