Wait for OpenSMTPD a little bit longer

This commit is contained in:
Rodolphe Bréard 2023-07-25 23:31:04 +02:00
parent a1d958bc7b
commit 4bdd3b88b6

View file

@ -93,7 +93,7 @@ def start_opensmtpd(cfg_path):
stdout=subprocess.DEVNULL,
stderr=subprocess.DEVNULL,
)
time.sleep(5)
time.sleep(8)
return p.pid