Skip to content

Commit

Permalink
_dl.sh: bump gpg import timeout for macOS CI host
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Aug 29, 2023
1 parent 1084b13 commit 27e6061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o p
# wolfssl build with wolfSSL (caveats!)
# wolfssh build with wolfSSH (requires wolfSSL)
# libssh build with libssh
# big build with libidn2, see README.md (for win target)
# big build with libidn2, see README.md (default for non-win targets)
# mini build with less features, see README.md
# micro build with less features, see README.md
# nano build with less features, see README.md
Expand Down
2 changes: 1 addition & 1 deletion _dl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ my_gpg() {
opts+=(--homedir "${gpgdir}")
fi
# Avoid an empty list to workaround bash 3 erroring "unbound variable"
opts+=(--batch --keyserver-options timeout=15 --keyid-format 0xlong)
opts+=(--batch --keyserver-options timeout=30 --keyid-format 0xlong)
gpg "${opts[@]}" "$@"
}

Expand Down

0 comments on commit 27e6061

Please sign in to comment.