Commit d24c9b69 authored by zhangyaofu's avatar zhangyaofu

brpc_naming_service_unittest fix

parent 871abaca
......@@ -394,7 +394,7 @@ TEST(NamingServiceTest, consul_with_backup_file) {
restful_map.c_str()));
ASSERT_EQ(0, server.Start("localhost:8500", NULL));
bthread_usleep(100000);
bthread_usleep(1000000);
butil::EndPoint n1;
ASSERT_EQ(0, butil::str2endpoint("10.121.36.189:8003", &n1));
......
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