From: Yang Tse Date: Fri, 22 Aug 2008 18:18:20 +0000 (+0000) Subject: Increase to 20 the number of CVS update retries. X-Git-Tag: curl-7_19_0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b713ee636efc4a970b99104741f8edd7ab63e7;p=thirdparty%2Fcurl.git Increase to 20 the number of CVS update retries. --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index a008c32be0..c68147799e 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -367,7 +367,7 @@ if ($CVS) { while (!cvsup()) { $att++; logit "failed CVS update attempt number $att."; - if ($att > 10) { + if ($att > 20) { $cvsstat=111; last; # get out of the loop }