diff options
-rwxr-xr-x | bin/update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ||: |