From 960433be350f172e5a249e4f4b2cc97edee5eecd Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 11 May 2026 19:52:33 +0200 Subject: [PATCH] ci: add timeout for benchmark job (#12219) --- .github/workflows/benchmarks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 1bdb64a04..e2f0c0a09 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -21,6 +21,7 @@ jobs: benchmarks: name: Run ${{ matrix.type }} benchmarks for ${{ matrix.package }} (CodSpeed) runs-on: ubuntu-latest + timeout-minutes: 90 env: CARGO_INCREMENTAL: 0 strategy: