mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-20 02:52:00 -05:00
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:
parent
a9c637dc1f
commit
58119734f9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user