From bb23752c782f90263c06d1fea534fa09d2372240 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 21 Oct 2022 18:48:35 -0300 Subject: bin/vcs: Don't wait more than 5 minutes for CVS locks --- bin/vcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vcs b/bin/vcs index 3cd8ed0..800574d 100755 --- a/bin/vcs +++ b/bin/vcs @@ -76,7 +76,7 @@ fossil_fetch() { } cvs_fetch() { - cvs update + timeout 300 cvs update } -- cgit v1.2.3