From e8fbd3a83e17fbb990bcc7912b50934cce47a012 Mon Sep 17 00:00:00 2001 From: Kim De Mey Date: Wed, 17 Feb 2021 15:43:05 +0100 Subject: [PATCH] Add github actions timeout of 60 minutes (#328) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3b1fae..2afa134 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,7 @@ jobs: name: '${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.target.TEST_LANG }} (${{ matrix.branch }})' runs-on: ${{ matrix.builder }} + timeout-minutes: 60 steps: - name: Checkout nim-eth uses: actions/checkout@v2