From 4eb821784f4cbfbad5165866e19d4b259f842917 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Fri, 29 Oct 2021 10:23:13 +0800 Subject: [PATCH] Increase the timeout period --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 413a5685fe..aefad205af 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -290,7 +290,7 @@ pipeline { stage('python_3_s6') { agent{label " slave6 || slave16 "} steps { - timeout(time: 55, unit: 'MINUTES'){ + timeout(time: 65, unit: 'MINUTES'){ pre_test() sh ''' date -- GitLab