File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
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' }}
You can’t perform that action at this time.
0 commit comments