mirror of https://github.com/milvus-io/milvus.git
enhance: [skip e2e]increase timeout for building gpu image (#30238)
Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>pull/30028/head
parent
36b8fbbadc
commit
3e741cc3e3
|
@ -14,7 +14,7 @@ pipeline {
|
|||
|
||||
options {
|
||||
timestamps()
|
||||
timeout(time: 70, unit: 'MINUTES')
|
||||
timeout(time: 140, unit: 'MINUTES')
|
||||
// parallelsAlwaysFailFast()
|
||||
disableConcurrentBuilds()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue