提交 c39f7b50 编写于 作者: trioneses360's avatar trioneses360

Signed-off-by:yelin10<yelin10@huawei.com>

Signed-off-by: trioneses360's avataryelin10 <yelin10@huawei.com>
上级 9ec86d40
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册