Skip to content

Commit 4c32c87

Browse files
singalsumarc-hb
authored andcommitted
Test-case: Relax sigma-k parameter in check-alsabat.sh
The value 1.5 has caused a false failure possibly due to noise in the test device output. Value 2.1 gives a small relaxation and passes the previously failed capture. Fixes 92fe8a1 Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent f81a09f commit 4c32c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-case/check-alsabat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ OPT_NAME['F']='frequency' OPT_DESC['F']='target frequency'
4040
OPT_HAS_ARG['F']=1 OPT_VAL['F']=821
4141

4242
OPT_NAME['k']='sigmak' OPT_DESC['k']='sigma k value'
43-
OPT_HAS_ARG['k']=1 OPT_VAL['k']=1.5
43+
OPT_HAS_ARG['k']=1 OPT_VAL['k']=2.1
4444

4545
OPT_NAME['n']='frames' OPT_DESC['n']='test frames'
4646
OPT_HAS_ARG['n']=1 OPT_VAL['n']=240000

0 commit comments

Comments
 (0)