aboutsummaryrefslogtreecommitdiff
path: root/bin/update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update')
-rwxr-xr-xbin/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update b/bin/update
index ecf8900..0768f6d 100755
--- a/bin/update
+++ b/bin/update
@@ -80,5 +80,5 @@ repos \
~/dev/ "$XDG_PREFIX" "$PRIV_CONFIG" |
xargs -I% -P4 x \
echo 'Fetching on %.' AND \
- vcs -C% fetch OR \
+ timeout 60 vcs -C% fetch OR \
echo 'WARNING: Failed to fetch repository: %.' >&2 ||: