summaryrefslogtreecommitdiffstats
path: root/test/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-06-23 21:57:29 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-06-23 21:57:29 (GMT)
commitf578873b260c31f7d33e055f318566704914098e (patch)
treefac621bfbf3f36e583e9e40852786bb5ff3c4573 /test/CMakeTests.cmake
parent3a71c775af485a0a615fdc970889a730bb80f320 (diff)
downloadhdf5-f578873b260c31f7d33e055f318566704914098e.zip
hdf5-f578873b260c31f7d33e055f318566704914098e.tar.gz
hdf5-f578873b260c31f7d33e055f318566704914098e.tar.bz2
[svn-r25344] Add more vfd tests to smaller timeout limits
Diffstat (limited to 'test/CMakeTests.cmake')
-rw-r--r--test/CMakeTests.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake
index 72a5b02..549d5a7 100644
--- a/test/CMakeTests.cmake
+++ b/test/CMakeTests.cmake
@@ -436,6 +436,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