test: increase timeout on mac test

This commit is contained in:
haoranchen 2024-04-30 15:05:11 +08:00 committed by GitHub
parent 7cc173ffbe
commit 1ee686760f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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