mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add 1 more ms for graceful time search (#10076)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/10077/head
parent
3fe5a66ace
commit
c6057b812b
|
@ -503,7 +503,7 @@ class TestCollectionSearchInvalid(TestcaseBase):
|
|||
insert_res, _ = collection_w.insert(data)
|
||||
collection_w.search(vectors[:default_nq], default_search_field, default_search_params,
|
||||
default_limit, default_search_exp,
|
||||
guarantee_timestamp=insert_res.timestamp + 1,
|
||||
guarantee_timestamp=insert_res.timestamp + 1001,
|
||||
check_task=CheckTasks.check_search_results,
|
||||
check_items={"nq": default_nq,
|
||||
"ids": insert_res.primary_keys,
|
||||
|
|
Loading…
Reference in New Issue