Increase verify es job timeout to 2.5 hours (#65313) (#65324)

This commit is contained in:
Brian Seeders 2020-05-05 17:01:01 -04:00 committed by GitHub
parent 88380913f6
commit 23b83d9d20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
timeout(time: 120, unit: 'MINUTES') {
timeout(time: 150, unit: 'MINUTES') {
timestamps {
ansiColor('xterm') {
catchError {