Commit fceb3ba7 authored by 余昆's avatar 余昆
Browse files

Decrease test_rpc run time

parent 174e16ad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {