Skip to content

Commit e04033a

Browse files
committed
Adjust timeout to account for longer brew install
1 parent decee67 commit e04033a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/os-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 6
46+
timeout-minutes: 8
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: 4
69+
timeout-minutes: 8
7070
steps:
7171
- name: Build and test wolfSSL
7272
uses: wolfSSL/actions-build-autotools-project@v1

0 commit comments

Comments
 (0)