From: Arran Cudbard-Bell Date: Mon, 21 Mar 2022 22:55:54 +0000 (-0400) Subject: 60 minutes isn't enough for some matrix entries X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe77c107cee542fdb8d1eb790b5f9edfd73e6446;p=thirdparty%2Ffreeradius-server.git 60 minutes isn't enough for some matrix entries --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e728e9b027a..0e6f90d43f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: uses: fkirc/skip-duplicate-actions@master ci: - timeout-minutes: 60 + timeout-minutes: 90 needs: pre-ci if: ${{ needs.pre-ci.outputs.should_skip != 'true' }}