mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
Adjust timeout to account for longer brew install
This commit is contained in:
4
.github/workflows/os-check.yml
vendored
4
.github/workflows/os-check.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
name: make user_setting.h
|
name: make user_setting.h
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 6
|
timeout-minutes: 8
|
||||||
steps:
|
steps:
|
||||||
- name: Build and test wolfSSL
|
- name: Build and test wolfSSL
|
||||||
uses: wolfSSL/actions-build-autotools-project@v1
|
uses: wolfSSL/actions-build-autotools-project@v1
|
||||||
@@ -66,7 +66,7 @@ jobs:
|
|||||||
name: make user_setting.h (testwolfcrypt only)
|
name: make user_setting.h (testwolfcrypt only)
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 8
|
||||||
steps:
|
steps:
|
||||||
- name: Build and test wolfSSL
|
- name: Build and test wolfSSL
|
||||||
uses: wolfSSL/actions-build-autotools-project@v1
|
uses: wolfSSL/actions-build-autotools-project@v1
|
||||||
|
Reference in New Issue
Block a user