Skip to content

Commit

Permalink
chore: increase build timeout from 30 to 60 minutes (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Oct 12, 2023
1 parent 513a3ae commit 55adcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
label agentSelector(env.IMAGE_TYPE)
}
options {
timeout(time: 30, unit: 'MINUTES')
timeout(time: 60, unit: 'MINUTES')
}
environment {
DOCKERHUB_ORGANISATION = "${infra.isTrusted() ? 'jenkins' : 'jenkins4eval'}"
Expand Down

0 comments on commit 55adcfe

Please sign in to comment.