Merge pull request #25607 from taosdata/tomchon-patch-4
test: increase timeout on mac test
This commit is contained in:
commit
96a993a850
|
@ -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: 30, unit: 'MINUTES'){
|
timeout(time: 60, unit: 'MINUTES'){
|
||||||
pre_test()
|
pre_test()
|
||||||
pre_test_build_mac()
|
pre_test_build_mac()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue