summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-09-28 17:48:02 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-09-28 17:48:02 (GMT)
commite688c682c3120bd1f3c2a6e3bb91fd47d1551ffe (patch)
tree1b002cc56d727611b9f1feb4152ea2e9dd5c6881 /CTestConfig.cmake
parent627255539436e8a6c00fada089e95821c4109189 (diff)
downloadhdf5-e688c682c3120bd1f3c2a6e3bb91fd47d1551ffe.zip
hdf5-e688c682c3120bd1f3c2a6e3bb91fd47d1551ffe.tar.gz
hdf5-e688c682c3120bd1f3c2a6e3bb91fd47d1551ffe.tar.bz2
[svn-r27897] Reduce normal test timeouts to 10 mins - leave VFD changes as is.
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 7497b08..36bf4a0 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -23,9 +23,9 @@ set (VALGRIND_COMMAND_OPTIONS "-v --tool=memcheck --leak-check=full --track-fds=
set (CTEST_MEMORYCHECK_COMMAND "/usr/bin/valgrind")
set (CTEST_MEMORYCHECK_COMMAND_OPTIONS "-v --tool=memcheck --leak-check=full --track-fds=yes --num-callers=50 --show-reachable=yes --track-origins=yes --malloc-fill=0xff --free-fill=0xfe")
-set (CTEST_TEST_TIMEOUT 1200 CACHE STRING
- "Maximum time allowed before CTest will kill the test.")
-set (DART_TESTING_TIMEOUT 1200 CACHE STRING
+set (CTEST_TEST_TIMEOUT 600 CACHE STRING
+ "Maximum time allowed before CTest will kill the test.")
+set (DART_TESTING_TIMEOUT 600 CACHE STRING
"Maximum time allowed before CTest will kill the test." FORCE)
SET(CTEST_SUBMIT_RETRY_DELAY 20 CACHE STRING