From 2992229c3ad643624c8abc29a524274891210c0b Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 18 May 2022 10:15:17 +0200 Subject: [PATCH] [ci] limit CI runs to 40 minutes --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 432fed99..5e9ed94a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: builder: windows-2019 name: '${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.branch }}' runs-on: ${{ matrix.builder }} + timeout-minutes: 40 steps: - name: Checkout nim-codex uses: actions/checkout@v2