mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Increase verify es job timeout to 2.5 hours (#65313)
This commit is contained in:
parent
52a232f40b
commit
283b61b1d8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ currentBuild.description = "ES: ${SNAPSHOT_VERSION}<br />Kibana: ${params.branch
|
|||
|
||||
def SNAPSHOT_MANIFEST = "https://storage.googleapis.com/kibana-ci-es-snapshots-daily/${SNAPSHOT_VERSION}/archives/${SNAPSHOT_ID}/manifest.json"
|
||||
|
||||
kibanaPipeline(timeoutMinutes: 120) {
|
||||
kibanaPipeline(timeoutMinutes: 150) {
|
||||
catchErrors {
|
||||
slackNotifications.onFailure(
|
||||
title: ":broken_heart: *<${env.BUILD_URL}|[${SNAPSHOT_VERSION}] ES Snapshot Verification Failure>*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue