diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-09-22 18:46:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-09-22 18:46:21 (GMT) |
commit | 148097511c0b55ca2550b0319dea0e0360297301 (patch) | |
tree | b0aae6ddf86918ec14f2b2db3a34b47c8e8aea78 /test/CMakeTests.cmake | |
parent | ae00b7b5915a1b2f033e86cd0572ef014a39766a (diff) | |
download | hdf5-148097511c0b55ca2550b0319dea0e0360297301.zip hdf5-148097511c0b55ca2550b0319dea0e0360297301.tar.gz hdf5-148097511c0b55ca2550b0319dea0e0360297301.tar.bz2 |
[svn-r25607] Add 10 sec timeout to VFD - flush2 tests instead of default 20 min.
Diffstat (limited to 'test/CMakeTests.cmake')
-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 4198a4f..4e22529 100644 --- a/test/CMakeTests.cmake +++ b/test/CMakeTests.cmake @@ -494,6 +494,7 @@ if (HDF5_TEST_VFD) ) endforeach (test ${H5_VFD_TESTS}) set_tests_properties (VFD-${vfdname}-flush1 PROPERTIES TIMEOUT 10) + set_tests_properties (VFD-${vfdname}-flush2 PROPERTIES TIMEOUT 10) if (HDF5_TEST_FHEAP_VFD) add_test ( NAME VFD-${vfdname}-fheap |