Skip to content

Commit

Permalink
Change to 150 mins
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 1b77b39 commit 73d0d6c
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: 2, unit: 'HOURS')
timeout(time: 2.5, 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: 2, unit: 'HOURS')
timeout(time: 2.5, unit: 'HOURS')
}
agent {
docker {
Expand Down

0 comments on commit 73d0d6c

Please sign in to comment.