Skip to content

Commit

Permalink
Increase build & test timeout to 2 hours
Browse files Browse the repository at this point in the history
Particularly due to riscv hitting the 1 hour timeout.

Signed-off-by: Adam Brousseau <adam.brousseau88@gmail.com>
  • Loading branch information
AdamBrousseau committed Feb 25, 2021
1 parent 116004c commit 8e4c7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/omrbuild.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ timestamps {
scmVars = null
ws(customWorkspace) {
try {
timeout(time: 1, unit: 'HOURS') {
timeout(time: 2, unit: 'HOURS') {
def tmpDesc = (currentBuild.description) ? currentBuild.description + "<br>" : ""
currentBuild.description = tmpDesc + "<a href=${JENKINS_URL}computer/${NODE_NAME}>${NODE_NAME}</a>"

Expand Down

0 comments on commit 8e4c7eb

Please sign in to comment.