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

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/8248/head
edward.zeng 2021-09-18 18:34:02 +08:00 committed by GitHub
parent 1f1c738016
commit 68011b061b
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,6 +1,6 @@
#!/usr/bin/env groovy
int total_timeout_minutes = 60
int total_timeout_minutes = 120
int e2e_timeout_seconds = 30 * 60
pipeline {