Skip to content

Commit

Permalink
[7.5] Change pipeline timeout from 3 hours to 2 hours (#51098) (#51219)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored Nov 20, 2019
1 parent cfa8232 commit a283043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a283043

Please sign in to comment.