From e5e99fc9f3a4b438000ddd61848a109e37ec8bcd Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Tue, 19 Nov 2019 14:14:18 -0500 Subject: [PATCH] Change pipeline timeout from 3 hours to 2 hours --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c002832d4d51a3..6030f2b4a021d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {