From 5aac2b8f356a61e60597f664931374d8840e11c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francis=20Clairicia-Rose-Claire-Jos=C3=A9phine?= Date: Sat, 11 Nov 2023 14:18:39 +0100 Subject: [PATCH] CI: Functional tests must now be completed in less than 20 minutes (#158) --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f2d7237f..cf86b107 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,6 +89,7 @@ jobs: with: python-version: ${{ matrix.python_version }} - name: Launch tests + timeout-minutes: 20 # Even if 10 minutes is already too big run: tox run -f py$(echo ${{ matrix.python_version }} | tr -d .)-functional -- -v - name: Generate coverage report if: hashFiles('.coverage.*') != '' # Rudimentary `file.exists()`