Merge pull request #12961 from taosdata/test/ci_test_without_retry_mechanism

ci: set retry count to 1
This commit is contained in:
Hui Li 2022-05-25 14:41:49 +08:00 committed by GitHub
commit 9e1397c4f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
'''