[skip ci] Fix nightly ci test timeout (#11166)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/11170/head
Jenny Li 2021-11-03 15:08:13 +08:00 committed by GitHub
parent caafdf6540
commit 38a2316fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ String cron_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "master" ? "50 22 * * * " : ""
int total_timeout_minutes = 660
int e2e_timeout_seconds = 6 * 60 * 60
pipeline {
agent none
@ -64,6 +64,7 @@ pipeline {
script {
sh 'printenv'
def clusterEnabled = "false"
int e2e_timeout_seconds = 6 * 60 * 60
if ("${MILVUS_SERVER_TYPE}" == "distributed") {
clusterEnabled = "true"
e2e_timeout_seconds = 10 * 60 * 60