Merge pull request #23897 from taosdata/tomchon-patch-6

ci:increase timeout for mac test in Jenkinsfile2
This commit is contained in:
Alex Duan 2023-12-01 09:28:09 +08:00 committed by GitHub
commit c75e9ade39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ pipeline {
agent{label " Mac_catalina "} agent{label " Mac_catalina "}
steps { steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
timeout(time: 20, unit: 'MINUTES'){ timeout(time: 30, unit: 'MINUTES'){
pre_test() pre_test()
pre_test_build_mac() pre_test_build_mac()
} }