From 3bb8464ef8e8bbc28233df41afb581f9ffe109b5 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Fri, 7 May 2021 18:34:53 -0700 Subject: [PATCH] multiple-pipeline: wait 0.5s for aplay_opts() Give the aplay_opts and arecord_opts subshells some time to start their aplay processes. Fixes a726dc19d648 ("multiple-pipeline: simplify sleeps") Signed-off-by: Marc Herbert --- test-case/multiple-pipeline.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test-case/multiple-pipeline.sh b/test-case/multiple-pipeline.sh index b242ceb7..70e8f1e3 100755 --- a/test-case/multiple-pipeline.sh +++ b/test-case/multiple-pipeline.sh @@ -163,6 +163,10 @@ do die "Wrong -f argument $f_arg, see -h" esac + # Give the aplay_opts and arecord_opts subshells some time to start + # their aplay processes. + dlogi "wait 0.5s for aplay_opts()" + sleep 0.5 dlogi "checking pipeline status" ps_checks