diff --git a/tests/testcurl.pl b/tests/testcurl.pl index a008c32be..c68147799 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 }