Enlarge e2e timeout to 120min (#24870)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/24884/head
congqixia 2023-06-14 10:12:39 +08:00 committed by GitHub
parent f11b3174ef
commit 4e45e63401
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 = 60 * 5
int e2e_timeout_seconds = 70 * 60
int e2e_timeout_seconds = 120 * 60
def imageTag=''
int case_timeout_seconds = 20 * 60
def chart_version='4.0.6'