From b9a10dd706b94d98e22043343f178fc82e893573 Mon Sep 17 00:00:00 2001 From: bogdan-rosianu Date: Tue, 12 Nov 2024 14:38:23 +0200 Subject: [PATCH] sleep --- .github/workflows/chainsimulator-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/chainsimulator-tests.yml b/.github/workflows/chainsimulator-tests.yml index 1f9f099..848833b 100644 --- a/.github/workflows/chainsimulator-tests.yml +++ b/.github/workflows/chainsimulator-tests.yml @@ -40,6 +40,7 @@ jobs: run: | echo "Waiting for services to be healthy..." docker ps + sleep 10 # Allow time for containers to be started docker logs chainsimulator docker inspect chainsimulator sleep 20 # Wait for 20 seconds to ensure services are up