[skip ci] Increase nightly execution timeout (#7604)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/7608/head
binbin 2021-09-08 22:26:01 +08:00 committed by GitHub
parent 3c2821e5e2
commit c74c3055fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
String cron_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "master" ? "50 22 * * * " : ""
int total_timeout_minutes = 420
int total_timeout_minutes = 660
int e2e_timeout_seconds = 4 * 60 * 60
pipeline {
@ -67,7 +67,7 @@ pipeline {
def clusterEnabled = "false"
if ("${MILVUS_SERVER_TYPE}" == "distributed") {
clusterEnabled = "true"
e2e_timeout_seconds = 6 * 60 * 60
e2e_timeout_seconds = 10 * 60 * 60
}
if ("${MILVUS_CLIENT}" == "pymilvus") {