Skip to content

Commit a5d908b

Browse files
dirgimarewm
authored andcommitted
fix: add 4h task timeout in the ec pipeline
Since the default timeout for tasks is hardcoded to 1h/2h, this change sets the timeout to a higher value to support users who run bigger sets of images through the verify task. It is still possible to limit the duration of the check on the pipeline or pipelineRun level, depending on usage. Signed-off-by: dirgim <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
1 parent 949893a commit a5d908b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipelines/enterprise-contract.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,4 @@ spec:
119119
value: verify-enterprise-contract
120120
- name: kind
121121
value: task
122+
timeout: 4h

0 commit comments

Comments
 (0)