gha: build (binary), build (dynbinary): limit to 20 minutes

Regular runs are under 5 minutes.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2024-10-12 17:34:33 +02:00
parent e75f7aca2f
commit cfe0d2a131

View File

@@ -32,7 +32,7 @@ jobs:
build:
runs-on: ubuntu-20.04
timeout-minutes: 120 # guardrails timeout for the whole job
timeout-minutes: 20 # guardrails timeout for the whole job
needs:
- validate-dco
strategy: