summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-11-01 15:58:00 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-11-01 15:58:00 (GMT)
commitac8e3e509fef92b9d2762b71e1691efba322517a (patch)
tree4f3f83141f1c76a7417fdc88b5d515394bb84ec2 /test/CMakeLists.txt
parent2c45d801c9dc9c390f797af20a58d2f0740c66d8 (diff)
downloadhdf5-ac8e3e509fef92b9d2762b71e1691efba322517a.zip
hdf5-ac8e3e509fef92b9d2762b71e1691efba322517a.tar.gz
hdf5-ac8e3e509fef92b9d2762b71e1691efba322517a.tar.bz2
[svn-r19703] Removed special fheap timeout - replaced by timeout set in CTestConfig.ctest
Added MemCheck Ignore tests for repeated tools tests Added Debug flag for windows Bring r19702 from trunk
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 48c0396..ab8ebd0 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -289,11 +289,6 @@ FOREACH (test ${H5_TESTS})
ADD_H5_TEST(${test})
ENDFOREACH (test ${H5_TESTS})
-#-- Allow extra time for fheap to complete 30min
-IF (WIN32)
- SET_TESTS_PROPERTIES (fheap PROPERTIES TIMEOUT 2500)
-ENDIF (WIN32)
-
##############################################################################
##############################################################################