From bac27054265a4a71de2da1c4e540e837281202f6 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Fri, 13 Jun 2025 16:24:28 +0200 Subject: [PATCH] ci: add timeout on the test job (#955) --- .github/workflows/shared.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/shared.yml b/.github/workflows/shared.yml index b5e880a..499871c 100644 --- a/.github/workflows/shared.yml +++ b/.github/workflows/shared.yml @@ -25,6 +25,7 @@ jobs: test: runs-on: ${{ matrix.os }} + timeout-minutes: 10 strategy: matrix: python-version: ["3.10", "3.11", "3.12", "3.13"]