Skip to content

Commit

Permalink
(Follow-up to previous commit, q.v.) Looks as if downloading OpenWATC…
Browse files Browse the repository at this point in the history
…OM 1.9 from openwatcom.org takes about two minutes. We only allowed about one minute. Reset --max-time=600 (ten minutes, for margin).
  • Loading branch information
Bill-Gray committed Jun 24, 2022
1 parent 18abcfd commit 61929c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ environment:
init:
- echo BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER%
# curl defaults --keepalive-time 60 --max-time ?? about 10 minutes --connect-timeout ??
- set CURL_ARGS=--location --fail --show-error --keepalive-time 10 --connect-timeout 10 --max-time 60
- set CURL_ARGS=--location --fail --show-error --keepalive-time 10 --connect-timeout 10 --max-time 600
# Setup TOOLCHAIN for Visual Studio build tools
- if not DEFINED TOOLCHAIN (
if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2015" (
Expand Down

0 comments on commit 61929c2

Please sign in to comment.