Skip to content

Commit

Permalink
increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudnativetoolkit committed Oct 16, 2023
1 parent 0e7bae1 commit 52e0b6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 8.11.x/pipeline-run-manage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
storage: 1Gi
timeouts:
pipeline: "0"
tasks: "4h"
tasks: "6h"
pipelineRef:
name: mas-masdevops-deploy
podTemplate:
Expand Down
2 changes: 1 addition & 1 deletion 8.11.x/pipeline-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
storage: 1Gi
timeouts:
pipeline: "0"
tasks: "4h"
tasks: "6h"
pipelineRef:
name: mas-masdevops-deploy
podTemplate:
Expand Down
4 changes: 2 additions & 2 deletions 8.11.x/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ spec:
fi
- name: install-mas
retries: 2
timeout: "3h"
timeout: "6h"
runAfter:
- get-tls-certs
- get-maximo-licensefile
Expand Down Expand Up @@ -268,7 +268,7 @@ spec:
operator: in
values: ["true"]
retries: 2
timeout: "5h"
timeout: "6h"
runAfter:
- install-mas
workspaces:
Expand Down

0 comments on commit 52e0b6b

Please sign in to comment.