mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext#1801] increase build timeout
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
c715038257
commit
a82d34d8d1
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -70,7 +70,7 @@ spec:
|
|||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr:'15'))
|
||||
disableConcurrentBuilds()
|
||||
timeout(time: 60, unit: 'MINUTES')
|
||||
timeout(time: 120, unit: 'MINUTES')
|
||||
}
|
||||
|
||||
// Build stages
|
||||
|
|
Loading…
Reference in a new issue