From 2ced667caeca6655457a4d7c8986ae0e74e45920 Mon Sep 17 00:00:00 2001 From: Johan Smits Date: Sun, 30 Jul 2017 19:57:16 +0200 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b9a57fd..05b2db98 100644 --- a/Makefile +++ b/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" # Wait for mails to be analyzed - sleep 20 + sleep 40 tests: # Start tests