Increase to 20 the number of CVS update retries.
authorYang Tse <yangsita@gmail.com>
Fri, 22 Aug 2008 18:18:20 +0000 (18:18 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 22 Aug 2008 18:18:20 +0000 (18:18 +0000)
tests/testcurl.pl

index a008c32..c681477 100755 (executable)
@@ -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
     }