Cap the CI jobs at ten minutes so a hang fails fast

This commit is contained in:
2026-08-27 23:07:48 +02:00
parent a5fe43d7a9
commit 0c55e5ee11
+2
View File
@@ -11,6 +11,7 @@ permissions:
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
with:
@@ -25,6 +26,7 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
matrix: