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