From 64f3623dc98a0fd1e5e49898543c7493f100da89 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 d2bc808cd5f7a..53c1e2b20a383 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 {