Increase web download timeouts to 2 minutes

User manual and kvasd downloads are occasionally timing out with a 10s
timeout.




git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4458 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2014-10-02 20:46:57 +00:00
parent a9c637dc1f
commit 58119734f9
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
message (STATUS "file: ${URL}/${NAME}")
file (
DOWNLOAD ${URL}/${NAME} contrib/${NAME}
TIMEOUT 10
TIMEOUT 120
STATUS manual_STATUS
LOG manual_LOG
SHOW_PROGRESS

View File

@ -12,7 +12,7 @@ elseif (UNIX)
endif ()
file (
DOWNLOAD ${kvasd_NAME} contrib/kvasd${EXECUTABLE_SUFFIX}
TIMEOUT 10
TIMEOUT 120
STATUS kvasd_STATUS
LOG kvasd_LOG
SHOW_PROGRESS