diff --git a/tests/python_client/deploy/scripts/utils.py b/tests/python_client/deploy/scripts/utils.py index c9f127d031..58c9d6986e 100644 --- a/tests/python_client/deploy/scripts/utils.py +++ b/tests/python_client/deploy/scripts/utils.py @@ -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