From 23b83d9d204e15e2302d4b44e94db28c24f0caec Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Tue, 5 May 2020 17:01:01 -0400 Subject: [PATCH] Increase verify es job timeout to 2.5 hours (#65313) (#65324) --- .ci/es-snapshots/Jenkinsfile_verify_es | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/es-snapshots/Jenkinsfile_verify_es b/.ci/es-snapshots/Jenkinsfile_verify_es index 94e8d1bc94830..9d0359b8f4848 100644 --- a/.ci/es-snapshots/Jenkinsfile_verify_es +++ b/.ci/es-snapshots/Jenkinsfile_verify_es @@ -19,7 +19,7 @@ currentBuild.description = "ES: ${SNAPSHOT_VERSION}
Kibana: ${params.branch def SNAPSHOT_MANIFEST = "https://storage.googleapis.com/kibana-ci-es-snapshots-daily/${SNAPSHOT_VERSION}/archives/${SNAPSHOT_ID}/manifest.json" -timeout(time: 120, unit: 'MINUTES') { +timeout(time: 150, unit: 'MINUTES') { timestamps { ansiColor('xterm') { catchError {