mirror of https://github.com/milvus-io/milvus.git
[skip ci] Increase pr ci timeout (#9024)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/9025/head
parent
1fe51b0fce
commit
49cca66015
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env groovy
|
||||
|
||||
int total_timeout_minutes = 120
|
||||
int e2e_timeout_seconds = 30 * 60
|
||||
int e2e_timeout_seconds = 50 * 60
|
||||
|
||||
pipeline {
|
||||
agent none
|
||||
|
|
Loading…
Reference in New Issue