From 6bbe0172b8080c2b98571e6f77e1c01818ce1d5d 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, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac262264..3c13640b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,5 +67,7 @@ jobs: tail: true log-output-if: true + - name: zzzz + run: sleep 10 - name: "Run tests" run: make testacc