From 4c2d70768aec9f02a66a42a19db21e9a1d513a03 Mon Sep 17 00:00:00 2001 From: David Cole Date: Fri, 30 Dec 2011 15:40:07 -0500 Subject: 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. --- Utilities/Release/dash2win64_cygwin.cmake | 1 + 1 file changed, 1 insertion(+) 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++) -- cgit v0.12