summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-12-28 19:43:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-12-28 19:43:33 (GMT)
commit8b7a93735f89ff81d8c2b83ac4ca1513ec49c48c (patch)
treef157faa24bdd70bc5547066316303eaf91badf52 /hl
parent1efe978ae0ea97272d1796e43b1cb1b0f4e58272 (diff)
parent8630fb4b6ee53d4ef58bdbadc57c2cd53eadaa43 (diff)
downloadhdf5-8b7a93735f89ff81d8c2b83ac4ca1513ec49c48c.zip
hdf5-8b7a93735f89ff81d8c2b83ac4ca1513ec49c48c.tar.gz
hdf5-8b7a93735f89ff81d8c2b83ac4ca1513ec49c48c.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit '8630fb4b6ee53d4ef58bdbadc57c2cd53eadaa43': Increase maximum number of retries for h5watch tests.
Diffstat (limited to 'hl')
-rw-r--r--hl/tools/h5watch/testh5watch.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/h5watch/testh5watch.sh.in b/hl/tools/h5watch/testh5watch.sh.in
index 05e66bf..7514281 100644
--- a/hl/tools/h5watch/testh5watch.sh.in
+++ b/hl/tools/h5watch/testh5watch.sh.in
@@ -44,7 +44,7 @@ GEN_TEST=h5watchgentest # Generate HDF5 file with various datasets
GEN_TEST_BIN=`pwd`/$GEN_TEST # Path of the binary GEN_TEST
WATCHFILE=`pwd`/WATCH.h5 # The HDF5 file generated to test h5watch
TESTFILE=TEST.h5 # The temporary file (a copy of WATCH.h5) used by tests
-TRY_MAX=10 # Try running the test again
+TRY_MAX=20 # Try running the test again
#
# These 3 defines should be the same as the defines in ./extend_dset.c
WRITER_MESSAGE=writer_message # The message file created by the "extend" process