提交 6e48a036 编写于 作者: 高曦

文件修改

Signed-off-by: N高曦 <gaoxi785@huawei.com>
上级 954db676
......@@ -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.
先完成此消息的编辑!
想要评论请 注册