enhance: [skip e2e]increase timeout for image build (#29083) (#30239)

pr: #29083

Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
pull/30255/head
sammy.huang 2024-01-24 15:37:02 +08:00 committed by GitHub
parent 285eade31c
commit 44c2ae130b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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