summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-06 22:44:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-06 22:44:56 (GMT)
commit2a9bd0c431f0c33ac1e85e616b8582978d000086 (patch)
treea31537caededd5b52d5ecef776068d396ef5c973 /c++
parentc52df2f5a5a92a83524efc60158f0d20500010e0 (diff)
downloadhdf5-2a9bd0c431f0c33ac1e85e616b8582978d000086.zip
hdf5-2a9bd0c431f0c33ac1e85e616b8582978d000086.tar.gz
hdf5-2a9bd0c431f0c33ac1e85e616b8582978d000086.tar.bz2
Refactor 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 ()