]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
5 seconds isn't always enough time to start a server on a loaded system.
authorDan Fandrich <dan@coneharvesters.com>
Thu, 22 Feb 2007 18:35:57 +0000 (18:35 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 22 Feb 2007 18:35:57 +0000 (18:35 +0000)
tests/runtests.pl

index ad288de37725c2f1e774bba1e53b473266942127..c2f561b435e41840eb72d2630c5606d7f8e63f34 100755 (executable)
@@ -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");