diff --git a/.github/actions/run-docker-compose/action.yml b/.github/actions/run-docker-compose/action.yml index 25c0f894bd..9240ff67ca 100644 --- a/.github/actions/run-docker-compose/action.yml +++ b/.github/actions/run-docker-compose/action.yml @@ -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