From f6f41a89c46f99a9c529449d5337f3d47da6af1c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 19 Nov 2018 18:56:13 -0200 Subject: Increase commit sleep --- commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit b/commit index ed72995..fe2ade6 100755 --- a/commit +++ b/commit @@ -161,7 +161,7 @@ if [ ! -z "$1" ]; then git_push # Avoid ssh lockfile issues by sleeping a bit - sleep 0.5 + sleep 1 $GIT fetch --all fi -- cgit v1.2.3