mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
Clean any leftover pid file from a stop (#700)
* Clean any leftover pid file from a stop * More time needed for travis. It can be busy and fail tests.
This commit is contained in:
parent
a2f6591212
commit
1c75cabcfd
2 changed files with 4 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -188,7 +188,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"
|
||||
# Wait for mails to be analyzed
|
||||
sleep 40
|
||||
sleep 60
|
||||
|
||||
tests:
|
||||
# Start tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue