未验证 提交 6a4777ba 编写于 作者: O openharmony_ci 提交者: Gitee

!2081 ActsLwipTest文件修改

Merge pull request !2081 from 高曦/master
......@@ -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.
先完成此消息的编辑!
想要评论请 注册