Skip to content

Commit

Permalink
The Pipeline Nightly Times Out On Lint
Browse files Browse the repository at this point in the history
The most recently pipeline nightly timed out during lint. Looks like
this timeout is set to 5 minutes by default.

This PR introduces a timeout of 10 minutes.
  • Loading branch information
Scott authored and tekton-robot committed Mar 23, 2020
1 parent 035ebfa commit 7389207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/release-pipeline-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
- name: version
value: v1.21
- name: flags
value: -v
value: "-v --timeout 10m"
resources:
inputs:
- name: source
Expand Down

0 comments on commit 7389207

Please sign in to comment.