From: Dan Fandrich Date: Thu, 22 Feb 2007 18:35:57 +0000 (+0000) Subject: 5 seconds isn't always enough time to start a server on a loaded system. X-Git-Tag: curl-7_16_2~246 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe0afb211ea901cdef4e6752dd74f302c306d7df;p=thirdparty%2Fcurl.git 5 seconds isn't always enough time to start a server on a loaded system. --- diff --git a/tests/runtests.pl b/tests/runtests.pl index ad288de377..c2f561b435 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");