Skip to content

Commit

Permalink
Add timeout to lint-test (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPickhardt authored Oct 11, 2024
1 parent e2e9b8c commit 6c1e5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --target-branch ${{ github.event.repository.default_branch }} --namespace testing
run: ct install --target-branch ${{ github.event.repository.default_branch }} --namespace testing --helm-extra-args '--timeout 1000s'

0 comments on commit 6c1e5ba

Please sign in to comment.