未验证 提交 6ce179b1 编写于 作者: B BossZou 提交者: GitHub

[skip ci] Enlarge timeout value for creating collection (#2630)

Signed-off-by: Nyhz <413554850@qq.com>
上级 a7b7ca68
......@@ -5,6 +5,7 @@ Please mark all change in change log and use the issue from GitHub
# Milvus 0.10.1 (TBD)
## Bug
- \#2487 Enlarge timeout value for creating collection
- \#2585 IVF_PQ on GPU with using metric_type IP
- \#2578 Result count doesn't match target vectors count
- \#2557 fix random crash of INSERT_DUPLICATE_ID case
......
......@@ -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.
先完成此消息的编辑!
想要评论请 注册