[skip e2e]Update e2e timeout to 2 hours (#16594)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/16601/head
Jenny Li 2022-04-22 16:19:42 +08:00 committed by GitHub
parent 804fbb6e27
commit ac6d4ef4c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -172,14 +172,13 @@ pipeline {
def release_name=sh(returnStdout: true, script: './get_release_name.sh')
def clusterEnabled = "false"
def mqMode='pulsar'
int e2e_timeout_seconds = 6 * 60 * 60
int e2e_timeout_seconds = 2 * 60 * 60
if ("${MILVUS_SERVER_TYPE}" == "distributed-pulsar") {
clusterEnabled = "true"
e2e_timeout_seconds = 10 * 60 * 60
} else if("${MILVUS_SERVER_TYPE}" == "distributed-kafka" ) {
clusterEnabled = "true"
mqMode='kafka'
e2e_timeout_seconds = 10 * 60 * 60
}
if ("${MILVUS_CLIENT}" == "pymilvus") {
sh """