summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-01-03 17:09:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-01-03 17:09:34 (GMT)
commitb38fdf4c574a9d02a9ea785e2e1e4241cf6e07e0 (patch)
tree8a5910aaec3221800d2210c0f631a5ff73d96ba9 /CTestConfig.cmake
parent871e139ba869532459f69b8e54dba0b932812dc8 (diff)
downloadhdf5-b38fdf4c574a9d02a9ea785e2e1e4241cf6e07e0.zip
hdf5-b38fdf4c574a9d02a9ea785e2e1e4241cf6e07e0.tar.gz
hdf5-b38fdf4c574a9d02a9ea785e2e1e4241cf6e07e0.tar.bz2
[svn-r21859] 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 00688fd..d4f247a 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.")