mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Update timeout of search for deploy test (#14788)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/14795/head
parent
abf1f58abe
commit
3913567cd3
|
@ -146,7 +146,7 @@ def load_and_search(prefix):
|
|||
# define output_fields of search result
|
||||
res = c.search(
|
||||
vectors[:1], "float_vector", search_params, topK,
|
||||
"count > 500", output_fields=["count", "random_value"], timeout=20
|
||||
"count > 500", output_fields=["count", "random_value"], timeout=60
|
||||
)
|
||||
end_time = time.time()
|
||||
# show result
|
||||
|
|
Loading…
Reference in New Issue