diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-22 18:18:20 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-22 18:18:20 +0000 |
commit | e5b713ee636efc4a970b99104741f8edd7ab63e7 (patch) | |
tree | fae13009e2559c0f37bdf17c6706af601d99ee98 | |
parent | 9849c6b8479f18d983eadd58d7ba6f9feaaa8f6a (diff) |
Increase to 20 the number of CVS update retries.
-rwxr-xr-x | tests/testcurl.pl | 2 |
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 } |