Merge pull request #23897 from taosdata/tomchon-patch-6
ci:increase timeout for mac test in Jenkinsfile2
This commit is contained in:
commit
c75e9ade39
|
@ -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()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue