summaryrefslogtreecommitdiffstats
path: root/test/testvfdswmr.sh.in
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-03-17 22:14:08 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-03-17 22:14:08 (GMT)
commitcca961774276e67086d771877a6d6c5d6a498077 (patch)
tree73c0278433bf3415e2fc5b4651b0e8dd49ca1a06 /test/testvfdswmr.sh.in
parentf7b44e40c551141c4b929d816f7fd66f4af7a75d (diff)
downloadhdf5-cca961774276e67086d771877a6d6c5d6a498077.zip
hdf5-cca961774276e67086d771877a6d6c5d6a498077.tar.gz
hdf5-cca961774276e67086d771877a6d6c5d6a498077.tar.bz2
Use more iterations on the variable-length string reader & writer to
lower the possibility of a false test failure.
Diffstat (limited to 'test/testvfdswmr.sh.in')
-rw-r--r--test/testvfdswmr.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testvfdswmr.sh.in b/test/testvfdswmr.sh.in
index 626b9ad..cd45690 100644
--- a/test/testvfdswmr.sh.in
+++ b/test/testvfdswmr.sh.in
@@ -541,13 +541,13 @@ for ty in null oob; do
echo launch vfd_swmr_vlstr_writer
catch_out_err_and_rc vfd_swmr_vlstr_writer \
- ../vfd_swmr_vlstr_writer -q -t ${ty} &
+ ../vfd_swmr_vlstr_writer -n 500 -q -t ${ty} &
pid_writer=$!
# pause?
catch_out_err_and_rc vfd_swmr_vlstr_reader \
- ../vfd_swmr_vlstr_reader -q -t ${ty} &
+ ../vfd_swmr_vlstr_reader -n 500 -q -t ${ty} &
pid_reader=$!
# Wait for the reader to finish before signalling the