]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/non-native: reduce workflow timeouts
authorViktor Szakats <commit@vsz.me>
Fri, 2 Jan 2026 22:21:59 +0000 (23:21 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 2 Jan 2026 22:43:23 +0000 (23:43 +0100)
Closes #20171

.github/workflows/non-native.yml

index 882ff5484fed45c00c28c6511b6a24d514ab668b..6c3658698261b6b9f8d1c83c455815e9e640a675 100644 (file)
@@ -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 }}'