Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
ci: extend testing farm pipeline run timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Shi <[email protected]>
  • Loading branch information
shi2wei3 committed Mar 29, 2024
1 parent 15e2c05 commit ae87c25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .tekton/rhel-bootc-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@ spec:
value: $(params.AZURE_CLIENT_ID)
- name: AZURE_TENANT
value: $(params.AZURE_TENANT)
# default to 60m, extend to 90m
# https://tekton.dev/docs/pipelines/pipelines/#configuring-the-failure-timeout
timeout: "1h30m"

0 comments on commit ae87c25

Please sign in to comment.