From: Viktor Szakats Date: Fri, 2 Jan 2026 22:21:59 +0000 (+0100) Subject: GHA/non-native: reduce workflow timeouts X-Git-Tag: curl-8_18_0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=003dddae2bc50b17602d0a4e06973e47f753b18e;p=thirdparty%2Fcurl.git GHA/non-native: reduce workflow timeouts Closes #20171 --- diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 882ff5484f..6c36586982 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -133,7 +133,7 @@ jobs: freebsd: name: "FreeBSD, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.compiler }} openssl${{ matrix.desc }} ${{ matrix.arch }}" runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 15 strategy: matrix: include: @@ -242,7 +242,7 @@ jobs: android: name: "Android ${{ matrix.platform }}, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.name }} arm64" runs-on: 'ubuntu-latest' - timeout-minutes: 25 + timeout-minutes: 5 env: MAKEFLAGS: -j 5 MATRIX_BUILD: '${{ matrix.build }}'