summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-12-09 13:58:25 (GMT)
committerDavid Cole <david.cole@kitware.com>2011-12-09 13:58:25 (GMT)
commit61a7da279a71f251aa9ff9d5713838f0a20cbead (patch)
tree5b6f5d58ed6d0f1a60ffaa6030718ce4efb00ee2
parent33c24b210099c6cc9fc8f7b504444621014ab6b3 (diff)
downloadCMake-61a7da279a71f251aa9ff9d5713838f0a20cbead.zip
CMake-61a7da279a71f251aa9ff9d5713838f0a20cbead.tar.gz
CMake-61a7da279a71f251aa9ff9d5713838f0a20cbead.tar.bz2
Release: Increase timeout for slow-testing cygwin build
Previously, the ExternalProject test was timing out at the default timeout value of 1500 seconds. Give it time, little one, it will finish if you learn patience.
-rw-r--r--Utilities/Release/dash2win64_cygwin.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Release/dash2win64_cygwin.cmake b/Utilities/Release/dash2win64_cygwin.cmake
index da66002..74d5012 100644
--- a/Utilities/Release/dash2win64_cygwin.cmake
+++ b/Utilities/Release/dash2win64_cygwin.cmake
@@ -8,6 +8,7 @@ set(CPACK_SOURCE_GENERATORS "CygwinSource")
set(MAKE_PROGRAM "make")
set(INITIAL_CACHE "CMAKE_BUILD_TYPE:STRING=Release
CMAKE_Fortran_COMPILER_FULLPATH:FILEPATH=FALSE
+DART_TESTING_TIMEOUT:STRING=7200
")
set(CXX g++)
set(CC gcc)