summaryrefslogtreecommitdiffstats
path: root/tools/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-06 22:44:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-06 22:44:56 (GMT)
commit2a9bd0c431f0c33ac1e85e616b8582978d000086 (patch)
treea31537caededd5b52d5ecef776068d396ef5c973 /tools/test
parentc52df2f5a5a92a83524efc60158f0d20500010e0 (diff)
downloadhdf5-2a9bd0c431f0c33ac1e85e616b8582978d000086.zip
hdf5-2a9bd0c431f0c33ac1e85e616b8582978d000086.tar.gz
hdf5-2a9bd0c431f0c33ac1e85e616b8582978d000086.tar.bz2
Refactor TIMEOUT values
Diffstat (limited to 'tools/test')
-rw-r--r--tools/test/perform/CMakeTests.cmake2
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)