enh: change timeout to 35 minutes

This commit is contained in:
tangfangzhi 2022-05-13 22:52:02 +08:00
parent d40b4f8794
commit cf6dc6e6b3
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ pipeline {
cd ${WKC}/tests/parallel_test
export DEFAULT_RETRY_TIME=2
date
timeout 2340 time ./run.sh -e -m /home/m.json -t /tmp/cases.task -b ${BRANCH_NAME} -l ${WKDIR}/log -o 480
timeout 2100 time ./run.sh -e -m /home/m.json -t /tmp/cases.task -b ${BRANCH_NAME} -l ${WKDIR}/log -o 480
'''
}
}