aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-22 18:18:20 +0000
committerYang Tse <yangsita@gmail.com>2008-08-22 18:18:20 +0000
commite5b713ee636efc4a970b99104741f8edd7ab63e7 (patch)
treefae13009e2559c0f37bdf17c6706af601d99ee98 /tests/testcurl.pl
parent9849c6b8479f18d983eadd58d7ba6f9feaaa8f6a (diff)
Increase to 20 the number of CVS update retries.
Diffstat (limited to 'tests/testcurl.pl')
-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
}