Skip to content

Commit

Permalink
Change timeout to 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ein-nor committed Nov 7, 2023
1 parent dcf66ab commit 669e83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
command: helm dependency update
- run:
name: Helm install stackstorm-ha chart
command: helm install --timeout 20m0s --debug --wait --name-template stackstorm-ha .
command: helm install --timeout 15m0s --debug --wait --name-template stackstorm-ha .
- run:
name: Helm test
command: helm test stackstorm-ha
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Helm install
run: |
helm install --timeout 20m0s --debug --wait \
helm install --timeout 15m0s --debug --wait \
--name-template stackstorm-ha .
- name: Helm test
Expand Down

0 comments on commit 669e83f

Please sign in to comment.