We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decee67 commit e04033aCopy full SHA for e04033a
1 file changed
.github/workflows/os-check.yml
@@ -43,7 +43,7 @@ jobs:
43
name: make user_setting.h
44
runs-on: ${{ matrix.os }}
45
# This should be a safe limit for the tests to run.
46
- timeout-minutes: 6
+ timeout-minutes: 8
47
steps:
48
- name: Build and test wolfSSL
49
uses: wolfSSL/actions-build-autotools-project@v1
@@ -66,7 +66,7 @@ jobs:
66
name: make user_setting.h (testwolfcrypt only)
67
68
69
- timeout-minutes: 4
70
71
72
0 commit comments