Skip to content

Commit ee158cc

Browse files
committed
Increase es verify job timeout to match normal ci
1 parent 0e330a8 commit ee158cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/es-snapshots/Jenkinsfile_verify_es

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ currentBuild.description = "ES: ${SNAPSHOT_VERSION}<br />Kibana: ${params.branch
1919

2020
def SNAPSHOT_MANIFEST = "https://storage.googleapis.com/kibana-ci-es-snapshots-daily/${SNAPSHOT_VERSION}/archives/${SNAPSHOT_ID}/manifest.json"
2121

22-
kibanaPipeline(timeoutMinutes: 120) {
22+
kibanaPipeline(timeoutMinutes: 135) {
2323
catchErrors {
2424
withEnv(["ES_SNAPSHOT_MANIFEST=${SNAPSHOT_MANIFEST}"]) {
2525
parallel([

0 commit comments

Comments
 (0)