未验证 提交 92a7b73e 编写于 作者: B BossZou 提交者: GitHub

(fix #2487) Remove timeout when creating collection in dev test (#2541)

Signed-off-by: NYhz <yinghao.zou@zilliz.com>
Co-authored-by: NJin Hai <hai.jin@zilliz.com>
上级 b26ce064
......@@ -5,14 +5,15 @@ Please mark all change in change log and use the issue from GitHub
# Milvus 0.11.0 (TBD)
## Bug
- \#2551 Fix test_hybrid_db and test_rpc error
- \#2487 Remove timeout when creating collection in dev test
- \#2551 Fix test_hybrid_db and test_rpc error
## Feature
- \#2319 Redo metadata to support MVCC
- \#2509 Count up query statistics for debug ease
- \#2319 Redo metadata to support MVCC
- \#2509 Count up query statistics for debug ease
## Improvement
- \#2543 Remove secondary_path related code
- \#2543 Remove secondary_path related code
## Task
......
......@@ -8,7 +8,7 @@ from milvus import Milvus, IndexType, MetricType
from utils import *
index_file_size = 10
timeout = 1
timeout = 60
delete_timeout = 60
def pytest_addoption(parser):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册