summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2021-09-01 16:44:26 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2021-09-01 16:44:26 (GMT)
commit9a9e4983a3f6569785356ebdd4ba496a91fe6ecd (patch)
tree8783eef3cee47551a733da40e4a3e47556f55f93
parent093849cfcb036ebc604f20490c7c26aaba29cb23 (diff)
downloadhdf5-9a9e4983a3f6569785356ebdd4ba496a91fe6ecd.zip
hdf5-9a9e4983a3f6569785356ebdd4ba496a91fe6ecd.tar.gz
hdf5-9a9e4983a3f6569785356ebdd4ba496a91fe6ecd.tar.bz2
Minor adjustment to a parameter.
-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 5a3b0f7..2852f24 100644
--- a/test/testvfdswmr.sh.in
+++ b/test/testvfdswmr.sh.in
@@ -1084,11 +1084,11 @@ for options in "-d 1" "-d 1 -F" "-d 2" "-d 2 -F" "-d 1 -t" "-d 1 -t -F" "-d 1 -V
echo launch vfd_swmr_bigset_writer many small, options $options
catch_out_err_and_rc vfd_swmr_bigset_writer \
- ../vfd_swmr_bigset_writer -n $BIGSET_n $options -s $BIGSET_many_s -e 8 -r 16 -c 16 -q -l 6 &
+ ../vfd_swmr_bigset_writer -n $BIGSET_n $options -s $BIGSET_many_s -e 8 -r 16 -c 16 -q -l 3 &
pid_writer=$!
catch_out_err_and_rc vfd_swmr_bigset_reader \
- ../vfd_swmr_bigset_reader -n $BIGSET_n $options -s $BIGSET_many_s -e 8 -r 16 -c 16 -q -l 6 &
+ ../vfd_swmr_bigset_reader -n $BIGSET_n $options -s $BIGSET_many_s -e 8 -r 16 -c 16 -q -l 3 &
pid_reader=$!
# Wait for the reader to finish before signalling the