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

Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
This commit is contained in:
sammy.huang 2024-01-05 17:20:47 +08:00 committed by GitHub
parent 70ec00cd5d
commit 2f441dc8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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