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

Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
pull/30028/head
sammy.huang 2024-01-24 15:35:13 +08:00 committed by GitHub
parent 36b8fbbadc
commit 3e741cc3e3
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 {
timestamps()
timeout(time: 70, unit: 'MINUTES')
timeout(time: 140, unit: 'MINUTES')
// parallelsAlwaysFailFast()
disableConcurrentBuilds()
}