aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/testcurl.pl2
1 files changed, 1 insertions, 1 deletions
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
}