Skip to content

Commit

Permalink
Change pipeline timeout from 3 hours to 2 hours (elastic#51098)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Nov 20, 2019
1 parent 767c082 commit e2bf623
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 e2bf623

Please sign in to comment.