diff --git a/git-pull b/git-pull index fae725e..b8f243a 100755 --- a/git-pull +++ b/git-pull @@ -3,5 +3,4 @@ git pull || exit $? git submodule foreach 'git checkout master || git checkout main' || exit $? # Sleep after each `git pull` to avoid `429 too many requests`. -# 5s is not enough. -git submodule foreach 'sleep 7.5s; if git pull | grep '\''^Updating'\''; then printf " %s" "$(basename $sm_path)" >> $toplevel/build-pkg/pkglist.tmp; fi' +git submodule foreach 'sleep 3s; if git pull | grep '\''^Updating'\''; then printf " %s" "$(basename $sm_path)" >> $toplevel/build-pkg/pkglist.tmp; fi'