view maintainers_raise_codeworker_dl_timeout.patch @ 49:0c55f24c6b3d

Add a series of patch related to the build systme
author Louis Opter <louis@lse.epitech.net>
date Sun, 15 Jan 2012 21:36:15 +0100
parents
children
line wrap: on
line source

# HG changeset patch
# Parent 9605d78aad53acc0b593bfbfecfe572be5de37f5
maintainers: raise the timeout for the CodeWorker download to 20 seconds

diff --git a/maintainers/CMakeScripts/FindCodeWorker.cmake b/maintainers/CMakeScripts/FindCodeWorker.cmake
--- a/maintainers/CMakeScripts/FindCodeWorker.cmake
+++ b/maintainers/CMakeScripts/FindCodeWorker.cmake
@@ -39,7 +39,7 @@
                  "http://rathaxes.googlecode.com/files/${CODEWORKER_BINARY_NAME}"
                  ${CODEWORKER_BINARY_PATH}
                  STATUS CODEWORKER_DL_STATUS
-                 TIMEOUT 10)
+                 TIMEOUT 20)
 
             LIST(GET CODEWORKER_DL_STATUS 0 CODEWORKER_DL_RETURN)
             LIST(GET CODEWORKER_DL_STATUS 1 CODEWORKER_DL_MESSAGE)