Skip to content

Commit

Permalink
Update timeouts to satisfy validation
Browse files Browse the repository at this point in the history
  • Loading branch information
kylape committed Jan 15, 2024
1 parent 58ee008 commit d4b49e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/scanner-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,9 @@ spec:
optional: true
taskRunTemplate: {}
timeouts:
pipeline: "2h0m0s"
pipeline: "3h0m0s"
tasks: "2h0m0s"
finally: "2h0m0s"
finally: "1h0m0s"
workspaces:
- name: workspace
volumeClaimTemplate:
Expand Down

0 comments on commit d4b49e9

Please sign in to comment.