未验证 提交 89681aa5 编写于 作者: B binbin 提交者: GitHub

Increase execution time for nightly tests (#7281)

Signed-off-by: NBinbin Lv <binbin.lv@zilliz.com>
上级 486059cf
......@@ -5,8 +5,8 @@
String cron_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "master" ? "50 22 * * * " : ""
int total_timeout_minutes = 240
int e2e_timeout_seconds = 3 * 60 * 60
int total_timeout_minutes = 300
int e2e_timeout_seconds = 4 * 60 * 60
pipeline {
agent none
......
......@@ -17,7 +17,7 @@ set -x
MILVUS_HELM_RELEASE_NAME="${MILVUS_HELM_RELEASE_NAME:-milvus-testing}"
MILVUS_CLUSTER_ENABLED="${MILVUS_CLUSTER_ENABLED:-false}"
MILVUS_HELM_NAMESPACE="${MILVUS_HELM_NAMESPACE:-default}"
PARALLEL_NUM="${PARALLEL_NUM:-4}"
PARALLEL_NUM="${PARALLEL_NUM:-6}"
MILVUS_CLIENT="${MILVUS_CLIENT:-pymilvus}"
SOURCE="${BASH_SOURCE[0]}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册