Skip to content

Commit 927e190

Browse files
singalsugolowanow
authored andcommitted
Test-case: check-audio-equalizer: Shorten test default to one second
This changes improves testing time with current topologies from over two minutes to less than one minute. The test signal is zero PCM codes and the playback output is not analyzed. Shorter ne second playback is sufficient to check that aplay and arecord work with the applied EQ configuration. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 114f37b commit 927e190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-case/check-audio-equalizer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ OPT_NAME['t']='tplg' OPT_DESC['t']="tplg file, default value is env TPLG: $T
2424
OPT_HAS_ARG['t']=1 OPT_VAL['t']="$TPLG"
2525

2626
OPT_NAME['d']='duration' OPT_DESC['d']='aplay duration in second'
27-
OPT_HAS_ARG['d']=1 OPT_VAL['d']=5
27+
OPT_HAS_ARG['d']=1 OPT_VAL['d']=1
2828

2929
OPT_NAME['l']='loop' OPT_DESC['l']='loop count'
3030
OPT_HAS_ARG['l']=1 OPT_VAL['l']=1

0 commit comments

Comments
 (0)