[skip ci] Update timeout to 70 minutes to run more test cases (#12547)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
Jenny Li 2021-12-01 17:41:36 +08:00 committed by GitHub
parent e182354560
commit 5904257622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/usr/bin/env groovy
int total_timeout_minutes = 120
int e2e_timeout_seconds = 50 * 60
int e2e_timeout_seconds = 70 * 60
pipeline {
agent none