[skip e2e]Update publish image groovy for publish timeout (#22660)

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
pull/22668/head
Bennu 2023-03-09 16:41:52 +08:00 committed by GitHub
parent 336378c198
commit 54a5a5a176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pipeline {
options {
timestamps()
timeout(time: 36, unit: 'MINUTES')
timeout(time: 60, unit: 'MINUTES')
// parallelsAlwaysFailFast()
disableConcurrentBuilds()
}