summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-01-03 17:09:53 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-01-03 17:09:53 (GMT)
commit78a3c278b67874b65b6969e7ffd43c38ac47cad2 (patch)
tree34e4ada579c4dc7d71f85ede7f2d0d5ff4246af1 /CTestConfig.cmake
parent2f06600bbba1be2111bbda6205476d24ad8f49a3 (diff)
downloadhdf5-78a3c278b67874b65b6969e7ffd43c38ac47cad2.zip
hdf5-78a3c278b67874b65b6969e7ffd43c38ac47cad2.tar.gz
hdf5-78a3c278b67874b65b6969e7ffd43c38ac47cad2.tar.bz2
[svn-r21860] Force the setting of test timeout for CTestScript use
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake2
1 files changed, 1 insertions, 1 deletions
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.")