forked from Archive/PX4-Autopilot
Jenkinsfile-compile increase timeout
This commit is contained in:
parent
beb5fc5eb6
commit
6d4ec4e623
|
@ -169,7 +169,7 @@ pipeline {
|
|||
}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14'))
|
||||
timeout(time: 90, unit: 'MINUTES')
|
||||
timeout(time: 120, unit: 'MINUTES')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue