Skip to content

Commit 24cf794

Browse files
committed
Increase timeout as macos build time are very variable (due to homebrew)
1 parent 7a12202 commit 24cf794

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/os-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: make check
2424
runs-on: ${{ matrix.os }}
2525
# This should be a safe limit for the tests to run.
26-
timeout-minutes: 8
26+
timeout-minutes: 14
2727
steps:
2828
- name: Build and test wolfSSL
2929
uses: wolfSSL/actions-build-autotools-project@v1
@@ -43,7 +43,7 @@ jobs:
4343
name: make user_setting.h
4444
runs-on: ${{ matrix.os }}
4545
# This should be a safe limit for the tests to run.
46-
timeout-minutes: 8
46+
timeout-minutes: 14
4747
steps:
4848
- name: Build and test wolfSSL
4949
uses: wolfSSL/actions-build-autotools-project@v1
@@ -66,7 +66,7 @@ jobs:
6666
name: make user_setting.h (testwolfcrypt only)
6767
runs-on: ${{ matrix.os }}
6868
# This should be a safe limit for the tests to run.
69-
timeout-minutes: 8
69+
timeout-minutes: 14
7070
steps:
7171
- name: Build and test wolfSSL
7272
uses: wolfSSL/actions-build-autotools-project@v1
@@ -87,7 +87,7 @@ jobs:
8787
name: make user_setting.h (with sed)
8888
runs-on: ${{ matrix.os }}
8989
# This should be a safe limit for the tests to run.
90-
timeout-minutes: 8
90+
timeout-minutes: 14
9191
steps:
9292
- uses: actions/checkout@v3
9393
- if: ${{ matrix.os == 'macos-latest' }}

0 commit comments

Comments
 (0)