Skip to content

Commit

Permalink
Change docker-build timeout to 2 hours
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Jan 30, 2025
1 parent fa3a00e commit 1b77b39
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: 2, unit: 'HOURS')
}
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: 2, unit: 'HOURS')
}
agent {
docker {
Expand Down

0 comments on commit 1b77b39

Please sign in to comment.