From 24cf79434235ff6a09ceb820be731b2fe2a2aa76 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Fri, 11 Aug 2023 11:31:42 +0200 Subject: [PATCH] Increase timeout as macos build time are very variable (due to homebrew) --- .github/workflows/os-check.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/os-check.yml b/.github/workflows/os-check.yml index a0bc1c061..35f0cd949 100644 --- a/.github/workflows/os-check.yml +++ b/.github/workflows/os-check.yml @@ -23,7 +23,7 @@ jobs: name: make check runs-on: ${{ matrix.os }} # This should be a safe limit for the tests to run. - timeout-minutes: 8 + timeout-minutes: 14 steps: - name: Build and test wolfSSL uses: wolfSSL/actions-build-autotools-project@v1 @@ -43,7 +43,7 @@ jobs: name: make user_setting.h runs-on: ${{ matrix.os }} # This should be a safe limit for the tests to run. - timeout-minutes: 8 + timeout-minutes: 14 steps: - name: Build and test wolfSSL uses: wolfSSL/actions-build-autotools-project@v1 @@ -66,7 +66,7 @@ jobs: name: make user_setting.h (testwolfcrypt only) runs-on: ${{ matrix.os }} # This should be a safe limit for the tests to run. - timeout-minutes: 8 + timeout-minutes: 14 steps: - name: Build and test wolfSSL uses: wolfSSL/actions-build-autotools-project@v1 @@ -87,7 +87,7 @@ jobs: name: make user_setting.h (with sed) runs-on: ${{ matrix.os }} # This should be a safe limit for the tests to run. - timeout-minutes: 8 + timeout-minutes: 14 steps: - uses: actions/checkout@v3 - if: ${{ matrix.os == 'macos-latest' }}