]> gitweb.fluxo.info Git - utils-git.git/commitdiff
Increase commit sleep
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Nov 2018 20:56:13 +0000 (18:56 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Nov 2018 20:56:13 +0000 (18:56 -0200)
commit

diff --git a/commit b/commit
index ed72995bf88a0d5165f099969a1e25c12e2d4867..fe2ade67519b8c3c3cae14e8df81220ec88c80b8 100755 (executable)
--- 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