enhance: [skip e2e]increase timeout for building gpu image (#30237)

pr: #30238

Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
This commit is contained in:
sammy.huang 2024-01-24 15:35:13 +08:00 committed by GitHub
parent 95cd6f20d0
commit 285eade31c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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