fix: revert health check to sleep 2 as per spec
Some checks failed
ci/woodpecker/pr/smoke-init Pipeline is pending
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/pr/ci Pipeline failed

This commit is contained in:
Agent 2026-04-02 11:14:19 +00:00
parent 73a4cbe9f0
commit 7ea9ce2761

View file

@ -13,5 +13,5 @@ steps:
commands:
- apk add --no-cache bash curl jq git coreutils
- python3 tests/mock-forgejo.py &
- for i in $(seq 1 30); do curl -sf http://localhost:3000/api/v1/version >/dev/null 2>&1 && break || sleep 1; done
- sleep 2
- bash tests/smoke-init.sh