Skip to content

Commit 52e0b6b

Browse files
increase timeouts
1 parent 0e7bae1 commit 52e0b6b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

8.11.x/pipeline-run-manage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
storage: 1Gi
2525
timeouts:
2626
pipeline: "0"
27-
tasks: "4h"
27+
tasks: "6h"
2828
pipelineRef:
2929
name: mas-masdevops-deploy
3030
podTemplate:

8.11.x/pipeline-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
storage: 1Gi
2323
timeouts:
2424
pipeline: "0"
25-
tasks: "4h"
25+
tasks: "6h"
2626
pipelineRef:
2727
name: mas-masdevops-deploy
2828
podTemplate:

8.11.x/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ spec:
218218
fi
219219
- name: install-mas
220220
retries: 2
221-
timeout: "3h"
221+
timeout: "6h"
222222
runAfter:
223223
- get-tls-certs
224224
- get-maximo-licensefile
@@ -268,7 +268,7 @@ spec:
268268
operator: in
269269
values: ["true"]
270270
retries: 2
271-
timeout: "5h"
271+
timeout: "6h"
272272
runAfter:
273273
- install-mas
274274
workspaces:

0 commit comments

Comments
 (0)