From 02827a7fe472aa48c8bf52cd1aa54562c3eb659e Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Tue, 14 Jul 2026 15:58:37 -0400 Subject: [PATCH] test: optimize the podman-regtest-infinity-pro service in CI --- .github/workflows/test-android.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-android.yaml b/.github/workflows/test-android.yaml index 7fba88cf1..b5200c692 100644 --- a/.github/workflows/test-android.yaml +++ b/.github/workflows/test-android.yaml @@ -23,19 +23,18 @@ jobs: services: bitcoin-regtest: - image: ghcr.io/thunderbiscuit/podman-regtest-infinity-pro:0.3.2 + image: ghcr.io/thunderbiscuit/podman-regtest-infinity-pro:0.4.0 ports: - 18443:18443 - 18444:18444 - 3002:3002 - - 3003:3003 - 60401:60401 # The container initialization step will wait until everything is ready before allowing other steps to run options: >- - --health-cmd "test $(bitcoin-cli -regtest -rpcuser=regtest -rpcpassword=password getblockcount) -gt 0" - --health-interval 10s + --health-cmd "test $(bitcoin-cli -regtest -rpcuser=regtest -rpcpassword=password getblockcount) -gt 100" + --health-interval 3s --health-timeout 5s - --health-retries 6 + --health-retries 20 steps: - name: "Checkout PR branch"