[skip e2e]Update timeout of search for deploy test (#14788)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/14795/head
zhuwenxing 2022-01-04 20:55:25 +08:00 committed by GitHub
parent abf1f58abe
commit 3913567cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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