提交 01323e21 编写于 作者: 1 123

fix failed testcase

Change-Id: I403bb62257dcb783b1863cb48f822e2b5d7c4eea
上级 6d01334f
......@@ -692,6 +692,8 @@ HWTEST_F(ActsNetTest, testTcpConcurrentConnect, Function | MediumTest | Level2)
ret = pthread_create(&cliThree, nullptr, TcpClientOnlyConnectTask, &tIdThree);
EXPECT_EQ(0, ret);
ret = pthread_join(srv, nullptr);
EXPECT_EQ(0, ret);
ret = pthread_join(cliOne, nullptr);
EXPECT_EQ(0, ret);
printf("[******]testTcpConnect thread[1] finish!\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册