提交 b375921d 编写于 作者: Z zhoushufang

Error status caused by xts error timing

Signed-off-by: Nzhoushufang <zhoushufang@huawei.com>
上级 9fff85af
......@@ -1102,7 +1102,7 @@ describe('audioTonePlayer',function() {
/**
*@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.size : MEDIUM
*@tc.type : Function
......@@ -1123,7 +1123,7 @@ describe('audioTonePlayer',function() {
console.info('time: ' + (time2 - time1));
setTimeout(function() {
console.info('AudioFrameworkRenderLog: callback all 30 resultFlag : ' + resultFlag);
expect(resultFlag).assertTrue();
expect(resultFlag).assertFalse();
done();
}, 2000)
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册