From dff7355fa9c03111cdf841bf0662e1a026f43fd5 Mon Sep 17 00:00:00 2001 From: youtous Date: Sun, 26 Apr 2020 23:07:34 +0200 Subject: [PATCH] fix #1459 --- test/tests.bats | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/tests.bats b/test/tests.bats index 986a2271..05900c64 100644 --- a/test/tests.bats +++ b/test/tests.bats @@ -1243,6 +1243,8 @@ EOF # Dovecot has been restarted, but this test often fails so presumably it may not be ready # Add a short sleep to see if that helps to make the test more stable # Alternatively we could login with a known good user to make sure that the service is up + wait_for_service mail postfix + wait_for_service mail dovecot sleep 5 run docker exec mail /bin/bash -c "doveadm auth test -x service=smtp setup_email_add@example.com 'test_password' | grep 'passdb'"