From 693992b5af64905eaf33bfd955ffffb365fc2ac5 Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Wed, 20 Nov 2019 14:32:48 -0500 Subject: [PATCH] Change pipeline timeout from 3 hours to 2 hours (#51098) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d2bc808cd5f7a6..53c1e2b20a383c 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 {