summaryrefslogtreecommitdiffstats
path: root/c++/test/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-06-24 15:14:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-06-24 15:14:32 (GMT)
commitd9c1c23c3886b076dae569151bef6e8a23d7327e (patch)
tree6f8889b543f6925f4ddeb5a1a009e44624c8474b /c++/test/CMakeTests.cmake
parente90941e86a2c04456de6a7708c450c14f83342fb (diff)
downloadhdf5-d9c1c23c3886b076dae569151bef6e8a23d7327e.zip
hdf5-d9c1c23c3886b076dae569151bef6e8a23d7327e.tar.gz
hdf5-d9c1c23c3886b076dae569151bef6e8a23d7327e.tar.bz2
[svn-r25350] Add more vfd tests to smaller timeout limits
Diffstat (limited to 'c++/test/CMakeTests.cmake')
-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)