diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-02-06 22:41:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-02-06 22:41:58 (GMT) |
commit | 36e3d1600a3f9d771cfb9b4475f23c57d4b10280 (patch) | |
tree | 5d4ce83668315737149ffdd8844dee7365a9bc9e /tools/test/perform | |
parent | 5ba4266a046b58e8c56ef2f0e26a648e541763b9 (diff) | |
download | hdf5-36e3d1600a3f9d771cfb9b4475f23c57d4b10280.zip hdf5-36e3d1600a3f9d771cfb9b4475f23c57d4b10280.tar.gz hdf5-36e3d1600a3f9d771cfb9b4475f23c57d4b10280.tar.bz2 |
Refactor out timeout values
Diffstat (limited to 'tools/test/perform')
-rw-r--r-- | tools/test/perform/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/perform/CMakeTests.cmake b/tools/test/perform/CMakeTests.cmake index 450667a..5abd038 100644 --- a/tools/test/perform/CMakeTests.cmake +++ b/tools/test/perform/CMakeTests.cmake @@ -66,7 +66,7 @@ else () -P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake" ) endif () -set_tests_properties (PERFORM_h5perf_serial PROPERTIES TIMEOUT 1800) +set_tests_properties (PERFORM_h5perf_serial PROPERTIES TIMEOUT ${CTEST_VERY_LONG_TIMEOUT}) set_tests_properties (PERFORM_h5perf_serial PROPERTIES DEPENDS "PERFORM_h5perform-clearall-objects") if (HDF5_BUILD_PERFORM_STANDALONE) |