Skip to content

Commit f581a64

Browse files
author
Wanzhuo.Li
committed
pause-release-suspend-resume: Extend the sleep time to 500ms
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 500ms after pause Signed-off-by: Wanzhuo.Li <wanzhuox.li@intel.com>
1 parent 5bb6679 commit f581a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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']='500'
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)