Skip to content

Commit

Permalink
Increase docker-build timeout to 150 minutes (#5279)
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm authored Jan 30, 2025
1 parent fa3a00e commit a20a89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ pipeline {
}
}
options {
timeout(time: 90, unit: 'MINUTES')
timeout(time: 150, unit: 'MINUTES')
}
agent {
docker {
Expand Down
2 changes: 1 addition & 1 deletion jenkins/opensearch/distribution-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ pipeline {
}
}
options {
timeout(time: 90, unit: 'MINUTES')
timeout(time: 150, unit: 'MINUTES')
}
agent {
docker {
Expand Down

0 comments on commit a20a89d

Please sign in to comment.