mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Update timeout of search for deploy test (#14788)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user