diff --git a/communication_lite/lwip_posix/src/ActsLwipTest.cpp b/communication_lite/lwip_posix/src/ActsLwipTest.cpp index 31e2033a701b95468d08a3e556e4ca97f5d96e69..e93f485976e8ce79b2b43cbf3ca3ca002c057baa 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;