mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Use default timeout for creating index in chaos test (#27434)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/27360/head
parent
106c17f304
commit
01c4499a12
|
@ -643,7 +643,6 @@ class IndexChecker(Checker):
|
|||
res, result = self.c_wrap.create_index(self.float_vector_field_name,
|
||||
constants.DEFAULT_INDEX_PARAM,
|
||||
index_name=self.index_name,
|
||||
timeout=timeout,
|
||||
enable_traceback=enable_traceback,
|
||||
check_task=CheckTasks.check_nothing)
|
||||
return res, result
|
||||
|
|
Loading…
Reference in New Issue