From b73f6fc2a528fcdda0e28041f77076d85cba0216 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 15 Oct 2021 10:10:22 +0200 Subject: [PATCH] Raise CI timeout --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index bb0a0f15..cf4003ab 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -33,7 +33,7 @@ jobs: build: runs-on: ${{ matrix.os }} - timeout-minutes: 10 + timeout-minutes: 15 needs: autoconf