diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-01-03 17:09:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-01-03 17:09:34 (GMT) |
commit | b38fdf4c574a9d02a9ea785e2e1e4241cf6e07e0 (patch) | |
tree | 8a5910aaec3221800d2210c0f631a5ff73d96ba9 /CTestConfig.cmake | |
parent | 871e139ba869532459f69b8e54dba0b932812dc8 (diff) | |
download | hdf5-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.cmake | 2 |
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.") |