[7.x] Change pipeline timeout from 3 hours to 2 hours (#51098) (#51218)

This commit is contained in:
Brian Seeders 2019-11-20 15:58:56 -05:00 committed by GitHub
parent 9a6724c3ed
commit 92a3c970ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ library 'kibana-pipeline-library'
kibanaLibrary.load()
stage("Kibana Pipeline") { // This stage is just here to help the BlueOcean UI a little bit
timeout(time: 180, unit: 'MINUTES') {
timeout(time: 120, unit: 'MINUTES') {
timestamps {
ansiColor('xterm') {
catchError {