Skip to content

Commit

Permalink
Increase timeout?
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuba committed May 21, 2024
1 parent 0141cb7 commit 1f816bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/api_ops_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,14 @@ jobs:
- name: Add ghcr-creds
run: kubectl create secret docker-registry ghcr-creds --docker-server=https://ghcr.io --docker-username=${{ github.actor }} --docker-password=${{ secrets.GITHUB_TOKEN }} --docker-email=${{ github.actor }}


- name: Start everything
run: |
curl -L https://github.com/Praqma/helmsman/releases/download/v3.17.0/helmsman_3.17.0_linux_amd64.tar.gz | tar zx
mv helmsman /usr/local/bin/helmsman
helmsman --apply -f ./api/local/helmsman_local.yml -e ./api/local/.env_template
- name: Wait for api to start and health-check
run: kubectl wait --for=condition=ready pod -l app.kubernetes.io/name=api --timeout=1s --namespace=api
run: kubectl wait --for=condition=ready pod -l app.kubernetes.io/name=api --timeout=100s --namespace=api

- name: Cleanup
run: |
Expand Down

0 comments on commit 1f816bf

Please sign in to comment.