Modify Partition flush timeout to 120s (#27217)

Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
nico 2023-09-19 21:47:23 +08:00 committed by GitHub
parent de139e34f9
commit 5c0b035c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ from utils.util_log import test_log as log
from pymilvus.orm.types import CONSISTENCY_STRONG
from common.common_func import param_info
TIMEOUT = 120
TIMEOUT = 180
INDEX_NAME = ""

View File

@ -9,7 +9,7 @@ from utils.api_request import api_request
from common.common_func import param_info
TIMEOUT = 20
TIMEOUT = 180
class ApiPartitionWrapper: