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
with:
filename: 'docker-compose.yml'
timeout: '180'
timeout: '60'
workdir: '.'
- name: Gotify Notification
uses: eikendev/gotify-action@master