Commit e5b713ee authored by Yang Tse's avatar Yang Tse
Browse files

Increase to 20 the number of CVS update retries.

parent 9849c6b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -367,7 +367,7 @@ if ($CVS) {
  while (!cvsup()) {
  while (!cvsup()) {
    $att++;
    $att++;
    logit "failed CVS update attempt number $att.";
    logit "failed CVS update attempt number $att.";
    if ($att > 10) {
    if ($att > 20) {
      $cvsstat=111;
      $cvsstat=111;
      last; # get out of the loop
      last; # get out of the loop
    }
    }