summaryrefslogtreecommitdiffstats
path: root/Utilities/Release
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-12-30 20:40:07 (GMT)
committerDavid Cole <david.cole@kitware.com>2011-12-30 20:40:50 (GMT)
commit4c2d70768aec9f02a66a42a19db21e9a1d513a03 (patch)
tree882b64a77fff412bb0415a0a1d9e6e6f703f362c /Utilities/Release
parent61a7da279a71f251aa9ff9d5713838f0a20cbead (diff)
downloadCMake-4c2d70768aec9f02a66a42a19db21e9a1d513a03.zip
CMake-4c2d70768aec9f02a66a42a19db21e9a1d513a03.tar.gz
CMake-4c2d70768aec9f02a66a42a19db21e9a1d513a03.tar.bz2
Release: Increase timeout for slow-testing cygwin build
The parent commit only added DART_TESTING_TIMEOUT to the cache. Also add CTEST_TEST_TIMEOUT because the logic in CMake/Tests/CMakeLists.txt uses that variable in its "long test timeout" computation. Now the cygwin build really does have 7200 seconds before it calls timeout death on a test.
Diffstat (limited to 'Utilities/Release')
-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 74d5012..78e8df0 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
+CTEST_TEST_TIMEOUT:STRING=7200
DART_TESTING_TIMEOUT:STRING=7200
")
set(CXX g++)