Skip to content

Commit 3c17dc2

Browse files
author
Wanzhuo.Li
committed
pause-release-suspend-resume: Extend the sleep time to 200ms
On some platforms, 100ms is not enough to detect whether the audio thread has entered the pause state. This patch extends the sleep time to 200ms after pause Signed-off-by: Wanzhuo.Li <wanzhuox.li@intel.com>
1 parent 5bb6679 commit 3c17dc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-case/check-pause-release-suspend-resume.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ OPT_NAME['l']='loop' OPT_DESC['l']='loop count'
7575
OPT_HAS_ARG['l']=1 OPT_VAL['l']=5
7676

7777
OPT_NAME['i']='sleep-period' OPT_DESC['i']='sleep period of aplay, unit is ms'
78-
OPT_HAS_ARG['i']=1 OPT_VAL['i']='100'
78+
OPT_HAS_ARG['i']=1 OPT_VAL['i']='200'
7979

8080
OPT_NAME['s']='sof-logger' OPT_DESC['s']="Open sof-logger trace the data will store at $LOG_ROOT"
8181
OPT_HAS_ARG['s']=0 OPT_VAL['s']=1

0 commit comments

Comments
 (0)