summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-04-11 21:57:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-04-11 21:57:14 (GMT)
commit2821b8bd768138db6b5f917a5b7325f878f8f7d0 (patch)
treeae5d2e592dbfc4e73bf730a9d9129137b92b8855 /test
parentccb4e9ed9a5e0af27db9f1504a628e35d7f4cf92 (diff)
parent8a9e4b94c3938f4c42ad9399737afc6478ded160 (diff)
downloadhdf5-2821b8bd768138db6b5f917a5b7325f878f8f7d0.zip
hdf5-2821b8bd768138db6b5f917a5b7325f878f8f7d0.tar.gz
hdf5-2821b8bd768138db6b5f917a5b7325f878f8f7d0.tar.bz2
Merge pull request #412 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '8a9e4b94c3938f4c42ad9399737afc6478ded160': Fix URL name DAILYTEST-250 change test props to reduce timeout
Diffstat (limited to 'test')
-rw-r--r--test/CMakeTests.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake
index f372acf..cbab6fe 100644
--- a/test/CMakeTests.cmake
+++ b/test/CMakeTests.cmake
@@ -750,7 +750,7 @@ if (NOT CYGWIN)
endif ()
set_tests_properties (H5TEST-cache PROPERTIES
DEPENDS H5TEST-clear-cache-objects
- ENVIRONMENT "srcdir=${HDF5_TEST_BINARY_DIR}/H5TEST;HDF5TestExpress=${HDF_TEST_EXPRESS}"
+ ENVIRONMENT "srcdir=${HDF5_TEST_BINARY_DIR}/H5TEST;HDF5TestExpress=3"
WORKING_DIRECTORY ${HDF5_TEST_BINARY_DIR}/H5TEST
)
set_tests_properties (H5TEST-cache PROPERTIES TIMEOUT 1800)
@@ -768,7 +768,7 @@ add_test (
add_test (NAME H5TEST-cache_image COMMAND $<TARGET_FILE:cache_image>)
set_tests_properties (H5TEST-cache_image PROPERTIES
DEPENDS H5TEST-clear-cache_image-objects
- ENVIRONMENT "srcdir=${HDF5_TEST_BINARY_DIR}/H5TEST"
+ ENVIRONMENT "srcdir=${HDF5_TEST_BINARY_DIR}/H5TEST;HDF5TestExpress=3"
WORKING_DIRECTORY ${HDF5_TEST_BINARY_DIR}/H5TEST
)