From fca7c1594f1cbc04c8b6784d8b053d23d22a35bd Mon Sep 17 00:00:00 2001 From: del-zhenwu <zhenxiang.li@zilliz.com> Date: Sat, 20 Mar 2021 20:01:24 +0800 Subject: [PATCH] Update timeout during runing test cases Signed-off-by: del-zhenwu <zhenxiang.li@zilliz.com> --- .jenkins/modules/Regression/PythonRegression.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins/modules/Regression/PythonRegression.groovy b/.jenkins/modules/Regression/PythonRegression.groovy index 8a34b06fa..f2c2c2fbc 100644 --- a/.jenkins/modules/Regression/PythonRegression.groovy +++ b/.jenkins/modules/Regression/PythonRegression.groovy @@ -1,4 +1,4 @@ -timeout(time: 120, unit: 'MINUTES') { +timeout(time: 150, unit: 'MINUTES') { container('deploy-env') { dir ('milvus-helm-chart') { sh " helm version && \ -- GitLab