summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-11-07 15:11:34 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-11-07 15:11:34 +0000
commit6588a91814f9a269bb91a5311edf15a4b52410e2 (patch)
tree956df0daecf93c50cbf19f99edea4556d7c912fc /test
parent3cf91d6de9952dd0c2a4327e2a0e61d06b53c417 (diff)
Tweak a time delay in the test suite.
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/runtest b/test/runtest
index 7bb93720b..a169d1550 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.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 @@ 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.05);
return 3;
}