diff --git a/core/unittest/server/test_rpc.cpp b/core/unittest/server/test_rpc.cpp index 01d41c1789..3a189d2bf7 100644 --- a/core/unittest/server/test_rpc.cpp +++ b/core/unittest/server/test_rpc.cpp @@ -245,7 +245,6 @@ TEST_F(RpcHandlerTest, SEARCH_TEST) { insert_param.set_table_name(TABLE_NAME); ::milvus::grpc::VectorIds vector_ids; handler->Insert(&context, &insert_param, &vector_ids); - sleep(7); BuildVectors(0, 10, record_array); for (auto& record : record_array) {