From 22db4f3dda7a92ff5e4907da522027c4e8d79166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Thu, 18 Mar 2021 21:29:59 +0100 Subject: [PATCH] fix ci timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f8138f6..3243b98 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,7 +60,7 @@ jobs: - codespell - lint-docker-compose-file - super-linter - timeout-minutes: 10 + timeout-minutes: 20 runs-on: ubuntu-20.04 steps: - name: Checkout