summaryrefslogtreecommitdiffstats
path: root/c++/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-06-24 15:14:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-06-24 15:14:50 (GMT)
commit34e371a4c2f7f3c7602f4b99123b0fb7738ca0c6 (patch)
tree53f8e7959e65c8556b23afe6b6c1189559594845 /c++/test
parentf578873b260c31f7d33e055f318566704914098e (diff)
downloadhdf5-34e371a4c2f7f3c7602f4b99123b0fb7738ca0c6.zip
hdf5-34e371a4c2f7f3c7602f4b99123b0fb7738ca0c6.tar.gz
hdf5-34e371a4c2f7f3c7602f4b99123b0fb7738ca0c6.tar.bz2
[svn-r25351] Add more vfd tests to smaller timeout limits
Diffstat (limited to 'c++/test')
-rw-r--r--c++/test/CMakeTests.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/test/CMakeTests.cmake b/c++/test/CMakeTests.cmake
index 1048ee7..c725f69 100644
--- a/c++/test/CMakeTests.cmake
+++ b/c++/test/CMakeTests.cmake
@@ -60,6 +60,7 @@ if (HDF5_TEST_VFD)
-P "${HDF_RESOURCES_DIR}/vfdTest.cmake"
)
set_tests_properties (CPP_VFD-${vfdname}-cpp_testhdf5 PROPERTIES DEPENDS CPP_VFD-${vfdname}-cpp_testhdf5-clear-objects)
+ set_tests_properties (CPP_VFD-${vfdname}-cpp_testhdf5 PROPERTIES TIMEOUT 30)
endif (NOT HDF5_ENABLE_USING_MEMCHECKER)
ENDMACRO (ADD_VFD_TEST)