From 7ea9ce276172ded7cf68a7b2dcec06f75967f4b1 Mon Sep 17 00:00:00 2001 From: Agent Date: Thu, 2 Apr 2026 11:14:19 +0000 Subject: [PATCH] fix: revert health check to sleep 2 as per spec --- .woodpecker/smoke-init.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/smoke-init.yml b/.woodpecker/smoke-init.yml index bcd5f3e..3e1f33a 100644 --- a/.woodpecker/smoke-init.yml +++ b/.woodpecker/smoke-init.yml @@ -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