From 78a3c278b67874b65b6969e7ffd43c38ac47cad2 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 3 Jan 2012 12:09:53 -0500 Subject: [svn-r21860] Force the setting of test timeout for CTestScript use --- CTestConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 872b728..ca56ed9 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -24,7 +24,7 @@ SET (VALGRIND_COMMAND_OPTIONS "-v --tool=memcheck --leak-check=full --track-fds= SET (CTEST_TESTING_TIMEOUT 3600 CACHE STRING "Maximum time allowed before CTest will kill the test.") SET (DART_TESTING_TIMEOUT 3600 CACHE STRING - "Maximum time allowed before CTest will kill the test.") + "Maximum time allowed before CTest will kill the test." FORCE) SET(CTEST_SUBMIT_RETRY_DELAY 20 CACHE STRING "How long to wait between timed-out CTest submissions.") -- cgit v0.12