Skip to content

Commit 65b515a

Browse files
Merge pull request #6655 from julek-wolfssl/threading-testing
Port testing to wolfSSL threading interface
2 parents 90a6a14 + e04033a commit 65b515a

18 files changed

Lines changed: 601 additions & 570 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)