diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-06-11 19:23:00 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-06-11 19:23:00 (GMT) |
commit | d74b7fb7b8d3c67ff4d6c33efda4082ab8acbf1f (patch) | |
tree | 8bc7644ef66dcd45ce7a49f32804b9f4fbf48c03 /test | |
parent | 0c07b68c92998073a51ec4958a87c6b7f0b2cb8e (diff) | |
download | hdf5-d74b7fb7b8d3c67ff4d6c33efda4082ab8acbf1f.zip hdf5-d74b7fb7b8d3c67ff4d6c33efda4082ab8acbf1f.tar.gz hdf5-d74b7fb7b8d3c67ff4d6c33efda4082ab8acbf1f.tar.bz2 |
[svn-r25261] limit vfd flush1 test time
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeTests.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake index 23cc8eb..9deeb04 100644 --- a/test/CMakeTests.cmake +++ b/test/CMakeTests.cmake @@ -490,6 +490,7 @@ if (HDF5_TEST_VFD) -P "${HDF_RESOURCES_DIR}/vfdTest.cmake" ) endforeach (test ${H5_VFD_TESTS}) + set_tests_properties (VFD-${vfdname}-flush1 PROPERTIES TIMEOUT 10) if (HDF5_TEST_FHEAP_VFD) add_test ( NAME VFD-${vfdname}-fheap |