From 003dddae2bc50b17602d0a4e06973e47f753b18e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 2 Jan 2026 23:21:59 +0100 Subject: [PATCH] GHA/non-native: reduce workflow timeouts Closes #20171 --- .github/workflows/non-native.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}'