Skip to content

Commit

Permalink
Increase timeout on helm install (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius authored Aug 6, 2024
1 parent d00e80e commit 3372d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Watch Helm deployment
env:
HELM_INSTALL_TIMEOUT: 7m
HELM_INSTALL_TIMEOUT: 8m
run: |
kubectl get pods --watch &
KWPID=$!
Expand Down

0 comments on commit 3372d7d

Please sign in to comment.