summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlrknox <lrknox>2018-01-30 15:56:21 (GMT)
committerlrknox <lrknox>2018-01-30 15:56:21 (GMT)
commit6cc86417d5357e4fd018346cc332210ad410b203 (patch)
tree3165d9b5e1fa2501d7c270b6daec6e7b9a805004
parent718006f8606f784ab7795ce5e50281fe318abadc (diff)
downloadhdf5-6cc86417d5357e4fd018346cc332210ad410b203.zip
hdf5-6cc86417d5357e4fd018346cc332210ad410b203.tar.gz
hdf5-6cc86417d5357e4fd018346cc332210ad410b203.tar.bz2
Increase maximum number of retries to 30 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 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