mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Decrease test_rpc run time
This commit is contained in:
parent
174e16ad26
commit
fceb3ba714
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user