mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
[skip e2e]Use default timeout for creating index in chaos test (#27434)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
106c17f304
commit
01c4499a12
@ -643,7 +643,6 @@ class IndexChecker(Checker):
|
|||||||
res, result = self.c_wrap.create_index(self.float_vector_field_name,
|
res, result = self.c_wrap.create_index(self.float_vector_field_name,
|
||||||
constants.DEFAULT_INDEX_PARAM,
|
constants.DEFAULT_INDEX_PARAM,
|
||||||
index_name=self.index_name,
|
index_name=self.index_name,
|
||||||
timeout=timeout,
|
|
||||||
enable_traceback=enable_traceback,
|
enable_traceback=enable_traceback,
|
||||||
check_task=CheckTasks.check_nothing)
|
check_task=CheckTasks.check_nothing)
|
||||||
return res, result
|
return res, result
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user