Decreasing timeout for service health check.

This commit is contained in:
2025-06-22 18:07:02 -04:00
parent c511c1f906
commit 3e03cf72ce
@@ -349,7 +349,7 @@ jobs:
uses: thegabriele97/dockercompose-health-action@main uses: thegabriele97/dockercompose-health-action@main
with: with:
filename: 'docker-compose.yml' filename: 'docker-compose.yml'
timeout: '180' timeout: '60'
workdir: '.' workdir: '.'
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@master