From 0dab76ec399e590abbf90b89fe94268f09a163d4 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac262264..fbbc4e19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,4 +68,4 @@ jobs: log-output-if: true - name: "Run tests" - run: make testacc + run: sleep 10 && make testacc