summaryrefslogtreecommitdiffstats
path: root/test/testvfdswmr.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/testvfdswmr.sh.in')
-rw-r--r--test/testvfdswmr.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testvfdswmr.sh.in b/test/testvfdswmr.sh.in
index 72b00b3..81db3b3 100644
--- a/test/testvfdswmr.sh.in
+++ b/test/testvfdswmr.sh.in
@@ -577,6 +577,8 @@ if [ ${do_zoo:-no} = yes ]; then
../vfd_swmr_zoo_writer -q &
pid_writer=$!
+ # -l is the expected maximal number of ticks from the writer's finishing zoo creation or deletion
+ # to the reader's finishing validation of zoo creation or deletion
catch_out_err_and_rc vfd_swmr_zoo_reader \
../vfd_swmr_zoo_reader -l 4 -q &
pid_reader=$!