From 7de7e0aa253523f60fc4af4c0c96e707322f0b74 Mon Sep 17 00:00:00 2001 From: Conor Mongey Date: Mon, 16 Oct 2023 13:38:34 +0100 Subject: [PATCH] sleep --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac262264..5fcfde46 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,9 +63,8 @@ jobs: run: docker compose up & wait-on: | tcp:localhost:9092 - tcp:localhost:9093 tail: true log-output-if: true - name: "Run tests" - run: make testacc + run: sleep 10 && make testacc