Skip to content

Commit

Permalink
chore: build timeout set back to 1 hour
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Sep 17, 2021
1 parent 38b41c4 commit cfdeea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile_k8s
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ if (env.BRANCH_NAME == 'main') {
pipeline {
agent none
options {
// Average build time is ~40 min. 2 hours timeout indicates that something is wrong and should fail
timeout(time: 2, unit: 'HOURS')
// Average build time is ~30 min. 1 hour timeout indicates that something is wrong and should fail
timeout(time: 1, unit: 'HOURS')
}
stages {
stage('UpdateCLI') {
Expand Down

0 comments on commit cfdeea3

Please sign in to comment.