Commit 267c6257 authored by zhujiashun's avatar zhujiashun

health_check_using_rpc: fix UT after rebase master

parent c4076408
......@@ -576,7 +576,7 @@ TEST_F(SocketTest, health_check_using_rpc) {
// 2s to make sure remote is connected by HealthCheckTask and enter the
// sending-rpc state. Because the remote is not down, so hc rpc would keep
// sending.
int listening_fd = tcp_listen(point, false);
int listening_fd = tcp_listen(point);
bthread_usleep(2000000);
// 2s to make sure HealthCheckTask find socket is failed and correct impl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment