Wait for OpenSMTPD a little bit longer
This commit is contained in:
parent
a1d958bc7b
commit
4bdd3b88b6
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ def start_opensmtpd(cfg_path):
|
|||
stdout=subprocess.DEVNULL,
|
||||
stderr=subprocess.DEVNULL,
|
||||
)
|
||||
time.sleep(5)
|
||||
time.sleep(8)
|
||||
return p.pid
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue