From e04033ae3d874b2a22ee8611469c3871904c36a5 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Thu, 3 Aug 2023 15:07:49 +0200 Subject: [PATCH] Adjust timeout to account for longer brew install --- .github/workflows/os-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/os-check.yml b/.github/workflows/os-check.yml index b2183111e..a0bc1c061 100644 --- a/.github/workflows/os-check.yml +++ b/.github/workflows/os-check.yml @@ -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: 6 + timeout-minutes: 8 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: 4 + timeout-minutes: 8 steps: - name: Build and test wolfSSL uses: wolfSSL/actions-build-autotools-project@v1