Skip to content

Commit

Permalink
set install timeout to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Nov 7, 2023
1 parent 63ffd44 commit ad44c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Helm Install
run: |
cd "${{ env.CHART_PATH }}"
helm install ${{ matrix.chart }} .
helm install ${{ matrix.chart }} . --wait --timeout 30s
# helm-dry-run-openshift:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit ad44c4a

Please sign in to comment.