summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2017-12-24 03:30:18 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2017-12-24 03:30:18 (GMT)
commit8630fb4b6ee53d4ef58bdbadc57c2cd53eadaa43 (patch)
tree8bbf1f642145a6af40f27615605e2bd9c874bfc0
parent7cddfb09dbfb472e704e2f64ce81bb6675fb72f2 (diff)
parent409dc6ab09abe70cd5e070b17fb473a9537e111a (diff)
downloadhdf5-8630fb4b6ee53d4ef58bdbadc57c2cd53eadaa43.zip
hdf5-8630fb4b6ee53d4ef58bdbadc57c2cd53eadaa43.tar.gz
hdf5-8630fb4b6ee53d4ef58bdbadc57c2cd53eadaa43.tar.bz2
Merge pull request #839 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit '409dc6ab09abe70cd5e070b17fb473a9537e111a': Increase maximum number of retries for h5watch tests.
-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