X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fruntest;h=ac56a1c9552b5a9e13ffb66b85acee00e8cce591;hb=b4ed4da0f525ab98c05797e15df0045e49ae3618;hp=7bb93720b953a82e5a44c6b1d31df41fcbc22765;hpb=520de300979cb6cf448cd23f729dd39368202a16;p=exim.git diff --git a/test/runtest b/test/runtest index 7bb93720b..ac56a1c95 100755 --- a/test/runtest +++ b/test/runtest @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# $Cambridge: exim/test/runtest,v 1.17 2006/11/06 11:27:54 ph10 Exp $ +# $Cambridge: exim/test/runtest,v 1.21 2007/01/15 15:59:22 ph10 Exp $ ############################################################################### # This is the controlling script for the "new" test suite for Exim. It should # @@ -23,7 +23,7 @@ use Socket; # Start by initializing some global variables -$testversion = "4.64 (05-Sep-06)"; +$testversion = "4.67 (15-Jan-07)"; $cf = "bin/cf"; $cr = "\r"; @@ -1392,7 +1392,7 @@ if (/^exim_lock\s+(.*)$/) # This gives the process time to get started; otherwise the next # process may not find it there when it expects it. - select(undef, undef, undef, 0.01); + select(undef, undef, undef, 0.1); return 3; } @@ -1514,7 +1514,7 @@ if (/^server\s+(.*)$/) # This gives the server time to get started; otherwise the next # process may not find it there when it expects it. - select(undef, undef, undef, 0.01); + select(undef, undef, undef, 0.5); return 3; }