[skip e2e]Use default timeout for creating index in chaos test (#27434)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/27360/head
zhuwenxing 2023-09-28 02:57:27 -05:00 committed by GitHub
parent 106c17f304
commit 01c4499a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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