summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-06 22:41:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-06 22:41:58 (GMT)
commit36e3d1600a3f9d771cfb9b4475f23c57d4b10280 (patch)
tree5d4ce83668315737149ffdd8844dee7365a9bc9e /c++
parent5ba4266a046b58e8c56ef2f0e26a648e541763b9 (diff)
downloadhdf5-36e3d1600a3f9d771cfb9b4475f23c57d4b10280.zip
hdf5-36e3d1600a3f9d771cfb9b4475f23c57d4b10280.tar.gz
hdf5-36e3d1600a3f9d771cfb9b4475f23c57d4b10280.tar.bz2
Refactor out timeout values
Diffstat (limited to 'c++')
-rw-r--r--c++/test/CMakeVFDTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/CMakeVFDTests.cmake b/c++/test/CMakeVFDTests.cmake
index 996a20f..6a8ce2c 100644
--- a/c++/test/CMakeVFDTests.cmake
+++ b/c++/test/CMakeVFDTests.cmake
@@ -55,7 +55,7 @@
-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)
+ set_tests_properties (CPP_VFD-${vfdname}-cpp_testhdf5 PROPERTIES TIMEOUT ${CTEST_SHORT_TIMEOUT})
endif ()
endmacro ()