mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
[skip ci] Update timeout to 70 minutes to run more test cases (#12547)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
e182354560
commit
5904257622
2
build/ci/jenkins/Jenkinsfile
vendored
2
build/ci/jenkins/Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env groovy
|
#!/usr/bin/env groovy
|
||||||
|
|
||||||
int total_timeout_minutes = 120
|
int total_timeout_minutes = 120
|
||||||
int e2e_timeout_seconds = 50 * 60
|
int e2e_timeout_seconds = 70 * 60
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
|
Loading…
Reference in New Issue
Block a user