diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-01-30 17:39:22 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2018-01-30 17:39:22 (GMT) |
commit | 88e44cb93c1d1074f671c6299a55299e7eb18420 (patch) | |
tree | be366b1dee8a5e781474dd76de1ea0e6cc375142 | |
parent | 723fe9191b804fcdb081e3bd849b384e24e8bb9c (diff) | |
parent | 77ed9e9645dcfc0d277472f2ac7b011f44b423ff (diff) | |
download | hdf5-88e44cb93c1d1074f671c6299a55299e7eb18420.zip hdf5-88e44cb93c1d1074f671c6299a55299e7eb18420.tar.gz hdf5-88e44cb93c1d1074f671c6299a55299e7eb18420.tar.bz2 |
Merge pull request #880 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '77ed9e9645dcfc0d277472f2ac7b011f44b423ff':
Increase maximum number of retries to 30 for h5watch tests.
-rw-r--r-- | hl/tools/h5watch/testh5watch.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/h5watch/testh5watch.sh.in b/hl/tools/h5watch/testh5watch.sh.in index 7514281..3f8f5ae 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=20 # Try running the test again +TRY_MAX=30 # 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 |