summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-06-23 21:57:13 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-06-23 21:57:13 (GMT)
commite90941e86a2c04456de6a7708c450c14f83342fb (patch)
tree387f2b8208287dc00833456798aaed11a22e4091 /test
parent5849a90e1652305f9f6c569cffc26611d45293cc (diff)
downloadhdf5-e90941e86a2c04456de6a7708c450c14f83342fb.zip
hdf5-e90941e86a2c04456de6a7708c450c14f83342fb.tar.gz
hdf5-e90941e86a2c04456de6a7708c450c14f83342fb.tar.bz2
[svn-r25343] Add more vfd tests to smaller timeout limits
Diffstat (limited to 'test')
-rw-r--r--test/CMakeTests.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake
index d7787bf..57c139d 100644
--- a/test/CMakeTests.cmake
+++ b/test/CMakeTests.cmake
@@ -492,6 +492,9 @@ if (HDF5_TEST_VFD)
endforeach (test ${H5_VFD_TESTS})
set_tests_properties (VFD-${vfdname}-flush1 PROPERTIES TIMEOUT 10)
set_tests_properties (VFD-${vfdname}-objcopy PROPERTIES TIMEOUT 1000)
+ set_tests_properties (VFD-${vfdname}-testhdf5 PROPERTIES TIMEOUT 1200)
+ set_tests_properties (VFD-${vfdname}-gheap PROPERTIES TIMEOUT 1200)
+ set_tests_properties (VFD-${vfdname}-istore PROPERTIES TIMEOUT 1200)
if (HDF5_TEST_FHEAP_VFD)
add_test (
NAME VFD-${vfdname}-fheap