提交 ac27dad3 编写于 作者: Z zhoushufang

fixed b375921d from https://gitee.com/zhoushufang/xts_acts/pulls/6673

Error status caused by xts error timing
Signed-off-by: Nzhoushufang <zhoushufang@huawei.com>
上级 b9bfd771
...@@ -1107,7 +1107,7 @@ describe('audioTonePlayer',function() { ...@@ -1107,7 +1107,7 @@ describe('audioTonePlayer',function() {
/** /**
*@tc.number : SUB_MULTIMEDIA_AUDIO_TONEPLAYER_PROMISE_ALL_3000 *@tc.number : SUB_MULTIMEDIA_AUDIO_TONEPLAYER_PROMISE_ALL_3000
*@tc.name : AudioTonePlayer-create-load-stop-release success *@tc.name : AudioTonePlayer-create-load-stop-release fail
*@tc.desc : The successful test case of the promise of the dial tone of AudioTonePlayer key 1 *@tc.desc : The successful test case of the promise of the dial tone of AudioTonePlayer key 1
*@tc.size : MEDIUM *@tc.size : MEDIUM
*@tc.type : Function *@tc.type : Function
...@@ -1128,7 +1128,7 @@ describe('audioTonePlayer',function() { ...@@ -1128,7 +1128,7 @@ describe('audioTonePlayer',function() {
console.info('time: ' + (time2 - time1)); console.info('time: ' + (time2 - time1));
setTimeout(function() { setTimeout(function() {
console.info('AudioFrameworkRenderLog: callback all 30 resultFlag : ' + resultFlag); console.info('AudioFrameworkRenderLog: callback all 30 resultFlag : ' + resultFlag);
expect(resultFlag).assertTrue(); expect(resultFlag).assertFalse();
done(); done();
}, 2000) }, 2000)
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册