summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2014-11-13 22:32:19 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2014-11-13 22:32:19 (GMT)
commit7ec8fad9527258c9cd2fe1cfe11b0c07ad740804 (patch)
treeb07230692d7d9aa1417cbb33beabcc06347f6a5d /CTestConfig.cmake
parent5818a3045d141a02668f3ecfb29268327bb683ec (diff)
downloadhdf5-7ec8fad9527258c9cd2fe1cfe11b0c07ad740804.zip
hdf5-7ec8fad9527258c9cd2fe1cfe11b0c07ad740804.tar.gz
hdf5-7ec8fad9527258c9cd2fe1cfe11b0c07ad740804.tar.bz2
[svn-r25814] Bring revisions #25284 - #25434 from trunk to revise_chunks.
(Revision #25283 is skipped since it was backed out later on 11/3/2015.) h5committested.
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 0e00427..7bbce4f 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 3600 CACHE STRING
+set (CTEST_TEST_TIMEOUT 1200 CACHE STRING
"Maximum time allowed before CTest will kill the test.")
-set (DART_TESTING_TIMEOUT 3600 CACHE STRING
+set (DART_TESTING_TIMEOUT 1200 CACHE STRING
"Maximum time allowed before CTest will kill the test." FORCE)
SET(CTEST_SUBMIT_RETRY_DELAY 20 CACHE STRING