From c9c3cf57b2d19dd6ecb022dc5cbdb5446f4df6d4 Mon Sep 17 00:00:00 2001 From: 18870373690 Date: Tue, 18 Jul 2023 06:19:06 +0000 Subject: [PATCH] Signed-off-by: 18870373690 Change-Id: I9b605bf1b2df524b4c8346c0ffdb3da08ee35fbd --- .../entry/src/main/ets/test/LifeCycleTest.ets | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ability/ability_runtime/stage/actswindowstagelifecyclesinglehaptest/entry/src/main/ets/test/LifeCycleTest.ets b/ability/ability_runtime/stage/actswindowstagelifecyclesinglehaptest/entry/src/main/ets/test/LifeCycleTest.ets index 39d82f406..47ce7e368 100755 --- a/ability/ability_runtime/stage/actswindowstagelifecyclesinglehaptest/entry/src/main/ets/test/LifeCycleTest.ets +++ b/ability/ability_runtime/stage/actswindowstagelifecyclesinglehaptest/entry/src/main/ets/test/LifeCycleTest.ets @@ -930,7 +930,7 @@ export default function lifecycleTest() { }).catch((error) => { console.log(TAG + " terminateSelfwithresult error: " + JSON.stringify(error)); }); - }, 2500); + }, 2700); setTimeout(function () { var str = { "bundleName": "com.example.windowstagelifecycle_xts", @@ -954,7 +954,7 @@ export default function lifecycleTest() { console.error(TAG + ' start failed. Cause: ' + JSON.stringify(error)); }) }, 500); - }, 4000); + }, 4500); setTimeout(function () { console.log(TAG + " secondCallback listKey : " + JSON.stringify(globalThis.list12)); console.log(TAG + " secondCallback callbackid : " + JSON.stringify(globalThis.callbackid12)); @@ -983,7 +983,7 @@ export default function lifecycleTest() { console.log("------------Singlehap_WindowStageLifeCycleTest_1200 END-------------"); done(); }); - }, 6200); + }, 7000); }); /* @@ -1073,7 +1073,7 @@ export default function lifecycleTest() { console.log(TAG + " terminateSelfwithresult error: " + JSON.stringify(error)); }); }, 500); - }, 4500); + }, 4700); setTimeout(function () { var str = { "bundleName": "com.example.windowstagelifecycle_xts", @@ -1109,7 +1109,7 @@ export default function lifecycleTest() { }) }, 500); }, 500); - }, 5500); + }, 6000); setTimeout(function () { console.log(TAG + " secondCallback listKey1 : " + JSON.stringify(globalThis.list1)); let templist1 = globalThis.list1; @@ -1173,7 +1173,7 @@ export default function lifecycleTest() { done(); }); }, 100); - }, 9000); + }, 9700); }); }) -- GitLab