From bfff00b8684962690e212986c86b33f273059e48 Mon Sep 17 00:00:00 2001 From: Hannes Diethelm Date: Sun, 28 Jun 2026 13:20:31 +0200 Subject: [PATCH] CI: Set timeouts so it doesn't run forever (2.9) Timeout set roughly to 3x the normal runtime and some spare. This results in 45...74 min. --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d2f0a15dda..a1d9587ead7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: rip-and-test: runs-on: ubuntu-24.04 + timeout-minutes: 45 steps: - name: Dump GitHub context env: @@ -57,6 +58,7 @@ jobs: rip-rtai: runs-on: ubuntu-24.04 + timeout-minutes: 45 steps: - name: Dump GitHub context env: @@ -84,6 +86,7 @@ jobs: rip-and-test-clang: runs-on: ubuntu-24.04 + timeout-minutes: 45 steps: - name: Dump GitHub context env: @@ -118,6 +121,7 @@ jobs: # Not supported on 2.9 # cppcheck: # runs-on: ubuntu-24.04 +# timeout-minutes: 45 # steps: # - name: Checkout repository # uses: actions/checkout@v6 @@ -141,6 +145,7 @@ jobs: htmldocs: runs-on: ubuntu-24.04 + timeout-minutes: 60 steps: - name: Dump GitHub context env: @@ -179,6 +184,7 @@ jobs: package-arch: runs-on: ${{ matrix.runner }} + timeout-minutes: 75 strategy: matrix: runner: ["ubuntu-24.04", "ubuntu-24.04-arm"] @@ -274,6 +280,7 @@ jobs: package-indep: runs-on: ubuntu-24.04 + timeout-minutes: 75 strategy: matrix: image: ["debian:bullseye", "debian:bookworm", "debian:trixie", "debian:sid"]