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

Signed-off-by: yhz <413554850@qq.com>
pull/2633/head
BossZou 2020-06-19 19:46:25 +08:00 committed by GitHub
parent a7b7ca68da
commit 6ce179b170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

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