Jenkins: increase build timeout 3h -> 4h for large FW configuration

This commit is contained in:
Christian Poessinger 2022-05-04 19:28:11 +02:00
parent 5ae99da44f
commit 8982f09bc9

2
Jenkinsfile vendored
View File

@ -65,7 +65,7 @@ pipeline {
}
options {
disableConcurrentBuilds()
timeout(time: 180, unit: 'MINUTES')
timeout(time: 240, unit: 'MINUTES')
timestamps()
buildDiscarder(logRotator(numToKeepStr: '20'))
}