From 4bdd3b88b657e347bdac8279b4640aa2b6580a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Tue, 25 Jul 2023 23:31:04 +0200 Subject: [PATCH] Wait for OpenSMTPD a little bit longer --- start_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_test.py b/start_test.py index 87f58e2..52c1a17 100755 --- a/start_test.py +++ b/start_test.py @@ -93,7 +93,7 @@ def start_opensmtpd(cfg_path): stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, ) - time.sleep(5) + time.sleep(8) return p.pid