From 069712d42368be37de274176f0be711dc4bc1389 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Wed, 9 Oct 2024 14:00:00 +0200 Subject: [PATCH] Set job timeout to 30 minutes So we don't wait for 6 hours for a hanging job. --- .github/workflows/pifpaf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pifpaf.yaml b/.github/workflows/pifpaf.yaml index be7b408..7ba61f9 100644 --- a/.github/workflows/pifpaf.yaml +++ b/.github/workflows/pifpaf.yaml @@ -12,6 +12,7 @@ env: jobs: test: runs-on: ubuntu-latest + timeout-minutes: 30 strategy: matrix: env: