From d9c1c23c3886b076dae569151bef6e8a23d7327e Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 24 Jun 2014 10:14:32 -0500 Subject: [svn-r25350] Add more vfd tests to smaller timeout limits --- c++/test/CMakeTests.cmake | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v0.12