[skip ci] Increase pr ci timeout (#9024)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/9025/head
edward.zeng 2021-10-01 20:05:59 +08:00 committed by GitHub
parent 1fe51b0fce
commit 49cca66015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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