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

Signed-off-by: Yhz <yinghao.zou@zilliz.com>

Co-authored-by: Jin Hai <hai.jin@zilliz.com>
This commit is contained in:
BossZou 2020-06-15 23:25:21 +08:00 committed by GitHub
parent b26ce06463
commit 92a7b73ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

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

View File

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