mirror of https://github.com/milvus-io/milvus.git
[skip ci] Enlarge timeout value for creating collection (#2630)
Signed-off-by: yhz <413554850@qq.com>pull/2633/head
parent
a7b7ca68da
commit
6ce179b170
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue