From e5b713ee636efc4a970b99104741f8edd7ab63e7 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 22 Aug 2008 18:18:20 +0000 Subject: [PATCH] Increase to 20 the number of CVS update retries. --- tests/testcurl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }