Skip to content

Commit

Permalink
multiple-pipeline: wait 0.5s for aplay_opts()
Browse files Browse the repository at this point in the history
Give the aplay_opts and arecord_opts subshells some time to start
their aplay processes.

Fixes a726dc1 ("multiple-pipeline: simplify sleeps")

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and fredoh9 committed May 10, 2021
1 parent c2aa114 commit c08bcad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-case/multiple-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c08bcad

Please sign in to comment.