From fe0afb211ea901cdef4e6752dd74f302c306d7df Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 22 Feb 2007 18:35:57 +0000 Subject: 5 seconds isn't always enough time to start a server on a loaded system. --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index ad288de37..c2f561b43 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -258,7 +258,7 @@ sub startnew { die "error: exec() has returned !!!"; } - my $count=5; + my $count=12; while($count--) { if(-f $pidfile) { open(PID, "<$pidfile"); -- cgit v1.2.3