From fceb3ba714a985ac18ad0c49ffdae82d850a0a49 Mon Sep 17 00:00:00 2001 From: fishpenguin Date: Fri, 8 Nov 2019 11:03:27 +0800 Subject: [PATCH] Decrease test_rpc run time --- core/unittest/server/test_rpc.cpp | 1 - 1 file changed, 1 deletion(-) 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) {