From 0943caa94b4b166610265ae912fb587097a79a4e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 28 Feb 2023 18:42:18 -0300 Subject: bin/update: Limit "vcs fetch" to 1 minute --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/update') 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 ||: -- cgit v1.2.3