Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

# FIXME: Last aplay or arecord process might delay to start.
# Without this sleep, ps_checks returns failure in some cases
sleep 0.5

dlogi "checking pipeline status"
ps_checks

Expand Down