smtp.authorize
#
-# Wait up to a tenth second for exim to deliver the email
+# Wait up to half a second for exim to deliver the email
# Then confirm it was delivered
#
if (`/bin/sh -c "for i in 1 2 3 4 5 ; \
do if [ -e build/ci/exim4/mail/crln_test_receiver ] ;\
then break; \
-fi; sleep .02;\
+fi; sleep .1;\
done ; \
test -f build/ci/exim4/mail/crln_test_receiver ;\
echo $?"` == "1") {
smtp.authorize
#
-# Wait up to a tenth second for exim to deliver the email
+# Wait up to half a second for exim to deliver the email
# Then confirm it was delivered
#
if (`/bin/sh -c "for i in 1 2 3 4 5 ; \
do if [ -e build/ci/exim4/mail/stringparse_test_receiver ] ;\
then break; \
-fi; sleep .02;\
+fi; sleep .1;\
done ; \
test -f build/ci/exim4/mail/stringparse_test_receiver ;\
echo $?"` == "1") {
smtp.authorize
#
-# Wait up to a tenth second for exim to deliver the email
+# Wait up to half a second for exim to deliver the email
# Then confirm it was delivered
#
if (`/bin/sh -c "for i in 1 2 3 4 5 ; \
do if [ -e build/ci/exim4/mail/smtp_delivery_receiver ] ;\
then break; \
-fi; sleep .02;\
+fi; sleep .1;\
done ; \
test -f build/ci/exim4/mail/smtp_delivery_receiver ;\
echo $?"` == "1") {