mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix nightly ci test timeout (#11166)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/11170/head
parent
caafdf6540
commit
38a2316fbd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue