Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <jangina.mboya@gmail.com>
  • Loading branch information
JeffMboya committed Oct 2, 2024
1 parent 09e288d commit aa2082e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ jobs:
- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: |
ct install --chart-dirs charts --target-branch ${{ github.event.repository.default_branch }}
ct install --chart-dirs charts --target-branch ${{ github.event.repository.default_branch }} --helm-extra-args '--timeout 600s'

0 comments on commit aa2082e

Please sign in to comment.