Adjust timeout to account for longer brew install
This commit is contained in:
parent
decee67138
commit
e04033ae3d
4
.github/workflows/os-check.yml
vendored
4
.github/workflows/os-check.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user