test: increase timeout in all ci cases

This commit is contained in:
chenhaoran 2024-07-20 15:16:47 +08:00
parent 6f3d3a4097
commit b809761756
1 changed files with 1 additions and 1 deletions

View File

@ -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 '''