ci: set retry count to 1

This commit is contained in:
tangfangzhi 2022-05-25 11:12:21 +08:00
parent f053cf20cb
commit fc45f26363
1 changed files with 1 additions and 1 deletions

View File

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