diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-02-06 22:41:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-02-06 22:41:58 (GMT) |
commit | 36e3d1600a3f9d771cfb9b4475f23c57d4b10280 (patch) | |
tree | 5d4ce83668315737149ffdd8844dee7365a9bc9e /c++ | |
parent | 5ba4266a046b58e8c56ef2f0e26a648e541763b9 (diff) | |
download | hdf5-36e3d1600a3f9d771cfb9b4475f23c57d4b10280.zip hdf5-36e3d1600a3f9d771cfb9b4475f23c57d4b10280.tar.gz hdf5-36e3d1600a3f9d771cfb9b4475f23c57d4b10280.tar.bz2 |
Refactor out timeout values
Diffstat (limited to 'c++')
-rw-r--r-- | c++/test/CMakeVFDTests.cmake | 2 |
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 () |