nixos/tests/stalwart-mail: wait for port 80 (#412970)

This commit is contained in:
Yt
2025-09-02 15:59:57 -04:00
committed by GitHub

View File

@@ -68,6 +68,7 @@ in
main.succeed("systemctl restart stalwart-mail.service")
main.wait_for_open_port(587)
main.wait_for_open_port(143)
main.wait_for_open_port(80)
main.succeed("test-imap-read")