forked from Archive/PX4-Autopilot
Jenkins compile mac: double timeout (#11416)
This commit is contained in:
parent
ab6ab97aa2
commit
13634e6757
|
@ -82,6 +82,6 @@ pipeline {
|
|||
}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14'))
|
||||
timeout(time: 60, unit: 'MINUTES')
|
||||
timeout(time: 120, unit: 'MINUTES')
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue