From 790dce6f4a2f3631ac4f555268f3b99f782f5a6e Mon Sep 17 00:00:00 2001 From: shortcuts Date: Tue, 26 Nov 2024 14:33:48 +0100 Subject: [PATCH] chore: add timeout --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d44ae2..766d58a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -89,6 +89,7 @@ jobs: python-version: ${{ matrix.version }} - name: Install dependencies and run tests + timeout-minutes: 5 run: | python -m venv python-ci-run source python-ci-run/bin/activate