未验证 提交 38a2316f 编写于 作者: J Jenny Li 提交者: GitHub

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

Signed-off-by: NJenny Li <jing.li@zilliz.com>
上级 caafdf65
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册