From 72341068a2d8f1b94a26add16830c725cc4054e6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 6 Jul 2024 14:09:57 +0200 Subject: [PATCH] GHA/macos: bump parallel tests to -j5 Credit-to: Dan Fandrich Cherry-picked from #11510 #14097 --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 571e220be5..2ef2f544ac 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -47,7 +47,7 @@ jobs: autotools: name: ${{ matrix.build.name }} runs-on: 'macos-latest' - timeout-minutes: 90 + timeout-minutes: 60 strategy: fail-fast: false matrix: @@ -203,7 +203,7 @@ jobs: - run: make V=1 test-ci name: 'run tests' env: - TFLAGS: "${{ matrix.build.tflags }} ~1452" + TFLAGS: '${{ matrix.build.tflags }} -j5 ~1452' cmake: name: cmake ${{ matrix.compiler.CC }} ${{ matrix.build.name }}