From b809761756e9420fa5d11de5de37821d64beb7ee Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Sat, 20 Jul 2024 15:16:47 +0800 Subject: [PATCH] test: increase timeout in all ci cases --- Jenkinsfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 083d96e975..904c8b1651 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -416,7 +416,7 @@ pipeline { echo "${WKDIR}/restore.sh -p ${BRANCH_NAME} -n ${BUILD_ID} -c {container name}" } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { - timeout(time: 150, unit: 'MINUTES'){ + timeout(time: 200, unit: 'MINUTES'){ pre_test() script { sh '''