From ea0f155532c24d19b2e963f679991716cbe3f617 Mon Sep 17 00:00:00 2001 From: "Oleg \"OSA413\" Sokolov" Date: Mon, 24 Nov 2025 10:54:49 +0500 Subject: [PATCH] ci(oracle): add extra sleep after container starts (#11795) --- .github/workflows/tests-linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests-linux.yml b/.github/workflows/tests-linux.yml index 47446427e..b05f1ad4b 100644 --- a/.github/workflows/tests-linux.yml +++ b/.github/workflows/tests-linux.yml @@ -300,6 +300,7 @@ jobs: - run: npm ci - run: cat ormconfig.sample.json | jq 'map(select(.name == "oracle"))' > ormconfig.json - run: docker compose up oracle --no-recreate --wait + - run: sleep 10 - run: npx c8 npm run test:ci - name: Coveralls Parallel