From 8bc50455feff2e74844ed067f9b626d1b97aa824 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Oct 04 2014 17:53:28 +0000 Subject: added timeout to expect-script --- diff --git a/tests/p_exim/_helper_exim_helo.expect b/tests/p_exim/_helper_exim_helo.expect index 6b63bab..a81ff1f 100755 --- a/tests/p_exim/_helper_exim_helo.expect +++ b/tests/p_exim/_helper_exim_helo.expect @@ -6,6 +6,7 @@ spawn telnet localhost 25 expect "220 *" send -- "helo localhost\n" expect -- "250*Hello\ localhost*" +sleep 1 send -- "mail from: root@localhost\n" expect -- "250\ OK" send -- "rcpt to: eximtest@localhost\n"