Mercurial > hg > orthanc-postgresql
changeset 116:51791ba44d59
try and fix buildbot
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 16 Nov 2016 12:11:57 +0100 |
parents | 5216ff59ec5b |
children | 2a8328e636fc |
files | Orthanc/Resources/CMake/DownloadPackage.cmake |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Orthanc/Resources/CMake/DownloadPackage.cmake Mon Nov 14 15:48:06 2016 +0100 +++ b/Orthanc/Resources/CMake/DownloadPackage.cmake Wed Nov 16 12:11:57 2016 +0100 @@ -76,7 +76,7 @@ message(FATAL_ERROR "CMake is not allowed to download from Internet. Please set the ALLOW_DOWNLOADS option to ON") endif() - file(DOWNLOAD "${Url}" "${TMP_PATH}" SHOW_PROGRESS EXPECTED_MD5 "${MD5}") + file(DOWNLOAD "${Url}" "${TMP_PATH}" SHOW_PROGRESS EXPECTED_MD5 "${MD5}" TIMEOUT 5 INACTIVITY_TIMEOUT 5) else() message("Using local copy of ${Url}") endif()