Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Merge #934
Browse files Browse the repository at this point in the history
934: [release-1.7] Increase timeout of the Jenkins job r=javsalgar a=javsalgar

932: Increase timeout of the Jenkins job r=jjo a=javsalgar

We have a high amount of jobs that are failing because of timeout errors. This PR tries to bump this value as suggested by @jjo #930 (comment)

Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>

Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
Co-authored-by: David Barranco <dbarranco@vmware.com>
  • Loading branch information
3 people authored Nov 12, 2020
2 parents 7113207 + 696f5e9 commit 65d497f
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 @@ -362,7 +362,7 @@ spec:
env.GOPATH = "/go"

node(label) {
timeout(time: 150, unit: 'MINUTES') {
timeout(time: 180, unit: 'MINUTES') {
withEnv([
"HOME=${env.WORKSPACE}",
"PATH+KUBEPROD=${env.WORKSPACE}/src/github.com/bitnami/kube-prod-runtime/kubeprod/bin",
Expand Down

0 comments on commit 65d497f

Please sign in to comment.