Skip to content

Commit

Permalink
Increase verify es job timeout to 2.5 hours (elastic#65313) (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored May 5, 2020
1 parent 8838091 commit 23b83d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/es-snapshots/Jenkinsfile_verify_es
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 23b83d9

Please sign in to comment.