提交 a519bf12 编写于 作者: 1 18870373690

Bugfix:xts异常修复

Signed-off-by: N18870373690 <gaolang7@huawei.com>
Change-Id: I75198bad11081042ff9fe6509252a450d019f1e9
上级 e24536ba
......@@ -333,6 +333,7 @@ export default function abilityTest() {
} catch (err) {
console.debug('ACTS_ThirdPartyStartAbility_0800 - timeout');
}
await sleep(2000)
})
/*
......@@ -341,6 +342,7 @@ export default function abilityTest() {
* @tc.desc : Starting mainability3 with startAbilityForResult succeeded.(promise)
*/
it('ACTS_ThirdPartyStartAbilityForResult_0100', 0, async function (done) {
await sleep (2000)
var flag = true
function timeout() {
if(flag == true) {
......@@ -654,7 +656,7 @@ export default function abilityTest() {
}
setTimeout(timeout, START_ABILITY_TIMEOUT);
await sleep(2000)
})
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册