lighthouse
Some checks failed
deploy to production / deploy (push) Failing after 38s

This commit is contained in:
Robin Grenzdörfer 2023-12-06 09:32:57 +00:00
parent 8018ca07b5
commit 8efa0530e7

View File

@ -84,7 +84,7 @@ jobs:
- name: Wait for Live Server
run: |
attempts=0
max_attempts=4
max_attempts=2
while ! curl --output /dev/null --silent --head --fail http://live-server:8081; do
if [ $attempts -eq $max_attempts ]; then
echo "Live server not ready after $max_attempts attempts"