comparison 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
comparison
equal deleted inserted replaced
48:7b377e31fea3 49:0c55f24c6b3d
1 # HG changeset patch
2 # Parent 9605d78aad53acc0b593bfbfecfe572be5de37f5
3 maintainers: raise the timeout for the CodeWorker download to 20 seconds
4
5 diff --git a/maintainers/CMakeScripts/FindCodeWorker.cmake b/maintainers/CMakeScripts/FindCodeWorker.cmake
6 --- a/maintainers/CMakeScripts/FindCodeWorker.cmake
7 +++ b/maintainers/CMakeScripts/FindCodeWorker.cmake
8 @@ -39,7 +39,7 @@
9 "http://rathaxes.googlecode.com/files/${CODEWORKER_BINARY_NAME}"
10 ${CODEWORKER_BINARY_PATH}
11 STATUS CODEWORKER_DL_STATUS
12 - TIMEOUT 10)
13 + TIMEOUT 20)
14
15 LIST(GET CODEWORKER_DL_STATUS 0 CODEWORKER_DL_RETURN)
16 LIST(GET CODEWORKER_DL_STATUS 1 CODEWORKER_DL_MESSAGE)