ph10 2006/11/07 15:11:35 GMT
Modified files:
exim-test runtest
Log:
Tweak a time delay in the test suite.
Revision Changes Path
1.18 +2 -2 exim/exim-test/runtest
Index: runtest
===================================================================
RCS file: /home/cvs/exim/exim-test/runtest,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- runtest 6 Nov 2006 11:27:54 -0000 1.17
+++ runtest 7 Nov 2006 15:11:34 -0000 1.18
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
-# $Cambridge: exim/exim-test/runtest,v 1.17 2006/11/06 11:27:54 ph10 Exp $
+# $Cambridge: exim/exim-test/runtest,v 1.18 2006/11/07 15:11:34 ph10 Exp $
###############################################################################
# This is the controlling script for the "new" test suite for Exim. It should #
@@ -1392,7 +1392,7 @@
# 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 @@
# 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.05);
return 3;
}