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

@@ -9,6 +9,8 @@ jobs:
build_library:
name: Compile libwolfssl.so
runs-on: ubuntu-latest
# This should be a safe limit for the tests to run.
timeout-minutes: 4
container:
image: alpine:latest
steps:
@@ -26,6 +28,8 @@ jobs:
compile_container:
name: Compile container
runs-on: ubuntu-latest
# This should be a safe limit for the tests to run.
timeout-minutes: 2
needs: build_library
strategy:
fail-fast: false