summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-11-04 16:43:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-11-04 16:43:32 (GMT)
commit5de79b88bfd73382a1557f86ec4783de74e30a87 (patch)
treeb59e475694c805ca359d61e590977e2f831d184a /CTestConfig.cmake
parentdf6eecae77bf2cffca526d4069d2f79e94c55b74 (diff)
downloadhdf5-5de79b88bfd73382a1557f86ec4783de74e30a87.zip
hdf5-5de79b88bfd73382a1557f86ec4783de74e30a87.tar.gz
hdf5-5de79b88bfd73382a1557f86ec4783de74e30a87.tar.bz2
[svn-r21713] Update HDF changes of CMake/CTest.cmake files to 2.8.6
Increase CTEST SUBMITRETRY TIME from 5 to 20
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index e12832a..16e676b 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -23,4 +23,6 @@ SET (VALGRIND_COMMAND "/usr/bin/valgrind")
SET (VALGRIND_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_TESTING_TIMEOUT 3600)
-SET (DART_TESTING_TIMEOUT 3600)
+SET (DART_TESTING_TIMEOUT 3600)
+
+SET (CTEST_SUBMIT_RETRY_DELAY 20)