Increase to 20 the number of CVS update retries.

This commit is contained in:
Yang Tse 2008-08-22 18:18:20 +00:00
parent 9849c6b847
commit e5b713ee63
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }