Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Oct 2, 2024
1 parent 6ff3e3c commit dcf343b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-docker-compose/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ runs:
- name: Start services with Docker Compose and wait for them to be ready
working-directory: ./bciers
run: |
docker compose -f ${{ inputs.docker_compose_file || 'docker-compose-nx-app.yaml' }} up -d --wait --wait-timeout 60
docker compose -f ${{ inputs.docker_compose_file || 'docker-compose-nx-app.yaml' }} up -d --wait --wait-timeout 180
shell: bash

0 comments on commit dcf343b

Please sign in to comment.