Skip to content

Commit

Permalink
Bump timeouts again
Browse files Browse the repository at this point in the history
  • Loading branch information
kylape committed Jan 16, 2024
1 parent 9e9ec0d commit fcdd7af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tekton/scanner-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ spec:
value: $(tasks.build-container.results.IMAGE_URL)
runAfter:
- build-container
timeout: 2h
timeout: 3h
taskRef:
params:
- name: name
Expand Down Expand Up @@ -425,8 +425,8 @@ spec:
optional: true
taskRunTemplate: {}
timeouts:
pipeline: "3h0m0s"
tasks: "2h0m0s"
pipeline: "4h0m0s"
tasks: "3h0m0s"
finally: "1h0m0s"
workspaces:
- name: workspace
Expand Down

0 comments on commit fcdd7af

Please sign in to comment.