Add more time for analyzing the emails.
Sometimes it fails the tests and gives a wrong state about the test. During testing 40 seconds was the safe value.
This commit is contained in:
parent
7370b90add
commit
2ced667cae
2
Makefile
2
Makefile
|
@ -187,7 +187,7 @@ fixtures:
|
||||||
|
|
||||||
docker exec mail_override_hostname /bin/sh -c "nc 0.0.0.0 25 < /tmp/docker-mailserver-test/email-templates/existing-user1.txt"
|
docker exec mail_override_hostname /bin/sh -c "nc 0.0.0.0 25 < /tmp/docker-mailserver-test/email-templates/existing-user1.txt"
|
||||||
# Wait for mails to be analyzed
|
# Wait for mails to be analyzed
|
||||||
sleep 20
|
sleep 40
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
# Start tests
|
# Start tests
|
||||||
|
|
Loading…
Reference in New Issue