Skip to content

Commit

Permalink
chore: increase install timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Apr 18, 2024
1 parent 30b8e2f commit c5fac71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:

- name: Install chart and run tests (umbrella)
run: |
helm install umbrella charts/umbrella -f charts/values-test.yaml --namespace install --create-namespace --debug
helm install umbrella charts/umbrella -f charts/values-test.yaml --namespace install --create-namespace --debug --timeout 10m
helm uninstall umbrella --namespace install
## Skip upgrade for now until a working chart is released
Expand Down

0 comments on commit c5fac71

Please sign in to comment.