From e9f5ad0196d126c7dc1c78c828f28f0c1f9139f8 Mon Sep 17 00:00:00 2001 From: hanyaru Date: Thu, 15 Dec 2022 19:39:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3wukong=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=A5=97un=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hanyaru --- wukong/actswukongtest/entry/src/main/ets/test/Ability.test.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wukong/actswukongtest/entry/src/main/ets/test/Ability.test.ets b/wukong/actswukongtest/entry/src/main/ets/test/Ability.test.ets index 6e3baf874..c50d9004f 100644 --- a/wukong/actswukongtest/entry/src/main/ets/test/Ability.test.ets +++ b/wukong/actswukongtest/entry/src/main/ets/test/Ability.test.ets @@ -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); -- GitLab