提交 63601e7d 编写于 作者: H hanyaru 提交者: 韩雅茹

fixed e9f5ad01 from https://gitee.com/han-yaru/xts_acts/pulls/6934

解决wukong测试套un的问题
Signed-off-by: Nhanyaru <hanyaru@h-partners.com>
上级 926d251f
......@@ -61,7 +61,7 @@ export default function abilityTest() {
console.log('ACTS_wukongTest executeShellCommand : stdResult : ' + d.stdResult);
console.log('ACTS_wukongTest executeShellCommand : exitCode : ' + d.exitCode);
});
await sleep(20000);
await sleep(5000);
abilityDelegator1.executeShellCommand("ps -ef|grep 'wukong exec -T 0.5'|grep -c -v grep ",async (error: any, date: any) => {
console.log('ACTS_wukongTest cmdPs executeShellCommand : err : ' + JSON.stringify(error));
console.log('ACTS_wukongTest cmdPs executeShellCommand : stdResult : ' + date.stdResult);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册