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