diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh index e3d0e2b415..63a5a97953 100644 --- a/Library/Homebrew/cmd/update.sh +++ b/Library/Homebrew/cmd/update.sh @@ -780,7 +780,7 @@ EOS fi curl \ "${CURL_DISABLE_CURLRC_ARGS[@]}" \ - --fail --compressed --silent --max-time 5 \ + --fail --compressed --silent --max-time 10 \ --location --remote-time --output "${HOMEBREW_CACHE}/api/${formula_or_cask}.json" \ --time-cond "${HOMEBREW_CACHE}/api/${formula_or_cask}.json" \ --user-agent "${HOMEBREW_USER_AGENT_CURL}" \