Add timeouts to action tests

This commit is contained in:
Juliusz Sosinowicz
2023-07-21 15:48:17 +02:00
parent 56fc5bbf87
commit 72d99d0ae0
11 changed files with 42 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ jobs:
]
name: make check
runs-on: ubuntu-latest
# This should be a safe limit for the tests to run.
timeout-minutes: 6
steps:
- uses: actions/checkout@v3
name: Checkout wolfSSL