From: Arran Cudbard-Bell Date: Mon, 21 Mar 2022 20:23:42 +0000 (-0400) Subject: Reduce timeout so hung jobs only stick around for an hour... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61532614273a12211005a87c7399089f26509cfd;p=thirdparty%2Ffreeradius-server.git Reduce timeout so hung jobs only stick around for an hour... --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 336b0fce631..e728e9b027a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: uses: fkirc/skip-duplicate-actions@master ci: + timeout-minutes: 60 needs: pre-ci if: ${{ needs.pre-ci.outputs.should_skip != 'true' }}