From c39f7b5099f4d48a51649890d8d96e7a79c54f27 Mon Sep 17 00:00:00 2001 From: yelin10 Date: Sat, 26 Feb 2022 10:04:47 +0800 Subject: [PATCH] Signed-off-by:yelin10 Signed-off-by: yelin10 --- communication_lite/lwip_posix/src/ActsLwipTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/communication_lite/lwip_posix/src/ActsLwipTest.cpp b/communication_lite/lwip_posix/src/ActsLwipTest.cpp index 9965a2931..4dc35c086 100755 --- a/communication_lite/lwip_posix/src/ActsLwipTest.cpp +++ b/communication_lite/lwip_posix/src/ActsLwipTest.cpp @@ -659,7 +659,7 @@ HWTEST_F(ActsLwipTest, testSelectOneClient, Function | MediumTest | Level2) if (pid == 0) { // child: server int exitCode = 0; - int ret = SelectServerForFork(5); + int ret = SelectServerForFork(15); if (ret != 0) { printf("[select server]run fail\n"); exitCode = 1; @@ -699,7 +699,7 @@ HWTEST_F(ActsLwipTest, testSelectMultiClients, Function | MediumTest | Level2) if (pid == 0) { // child: server int exitCode = 0; - int ret = SelectServerForFork(5); + int ret = SelectServerForFork(15); if (ret != 0) { printf("[select server]run fail\n"); exitCode = 1; -- GitLab