From c8d0415aaee559ac8567ad05fb027c256f8be40a Mon Sep 17 00:00:00 2001 From: chuaizhzh Date: Thu, 15 Apr 2021 17:39:06 +0800 Subject: [PATCH] fix failed testcase Change-Id: Ifa7abdc64184136acf9392c38eef7585de711c87 --- kernel_lite/process_posix/src/ProcessTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel_lite/process_posix/src/ProcessTest.cpp b/kernel_lite/process_posix/src/ProcessTest.cpp index 737f6ee41..c08fb7a22 100755 --- a/kernel_lite/process_posix/src/ProcessTest.cpp +++ b/kernel_lite/process_posix/src/ProcessTest.cpp @@ -327,7 +327,7 @@ HWTEST_F(ProcessTest, testAssertTrue, Function | MediumTest | Level3) exit(0); } Msleep(50); - AssertProcExitedOK(pid); + WaitProcExitedOK(pid); } int FunctionAssertFalse(void) -- GitLab