diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-06-18 14:02:28 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-06-18 14:02:28 (GMT) |
commit | 292518904698fb818ab209ce4f267743eb145884 (patch) | |
tree | 4cd80d2303d270bca50c9aa7a2fac09d8fedc388 /test | |
parent | 1ef0d8e245a965666a0cb8bc6ecef55ccb8184c3 (diff) | |
download | hdf5-292518904698fb818ab209ce4f267743eb145884.zip hdf5-292518904698fb818ab209ce4f267743eb145884.tar.gz hdf5-292518904698fb818ab209ce4f267743eb145884.tar.bz2 |
[svn-r25311] Add max time for VFD objcopy test
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 bab6c31..72a5b02 100644 --- a/test/CMakeTests.cmake +++ b/test/CMakeTests.cmake @@ -435,6 +435,7 @@ 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) if (HDF5_TEST_FHEAP_VFD) add_test ( NAME VFD-${vfdname}-fheap |