Skip to content

Commit

Permalink
Add timeout of 30m on --wait, hardcoded (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored Apr 13, 2023
1 parent 16ec00e commit f46025f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:

- name: Helm install
run: |
helm install -f ${{ inputs.name }}-values.yaml ${{ inputs.name }} starship/devnet --wait --debug --version ${{ inputs.version }}
helm install -f ${{ inputs.name }}-values.yaml ${{ inputs.name }} starship/devnet --wait --debug --version ${{ inputs.version }} --timeout 30m0s
shell: bash

- name: Port forward
Expand Down

0 comments on commit f46025f

Please sign in to comment.