mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Increase es verify job timeout to match normal ci
This commit is contained in:
parent
0e330a80d4
commit
ee158cca43
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: 135) {
|
||||
catchErrors {
|
||||
withEnv(["ES_SNAPSHOT_MANIFEST=${SNAPSHOT_MANIFEST}"]) {
|
||||
parallel([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue