[CI] Raise timeout threshold in Jenkins (#4938)
This commit is contained in:
parent
4bbf062ed3
commit
5b4f28cc46
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -19,7 +19,7 @@ pipeline {
|
|||||||
options {
|
options {
|
||||||
ansiColor('xterm')
|
ansiColor('xterm')
|
||||||
timestamps()
|
timestamps()
|
||||||
timeout(time: 120, unit: 'MINUTES')
|
timeout(time: 240, unit: 'MINUTES')
|
||||||
buildDiscarder(logRotator(numToKeepStr: '10'))
|
buildDiscarder(logRotator(numToKeepStr: '10'))
|
||||||
preserveStashes()
|
preserveStashes()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user