From 3022009bf34c8351a65416b25315a11edff8f8e9 Mon Sep 17 00:00:00 2001 From: Arno DUBOIS Date: Tue, 29 Oct 2024 15:50:47 +0000 Subject: [PATCH] ci: improve the configuration for better checking and output Also check building, just in case Signed-off-by: Arno Dubois --- .github/workflows/python-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-check.yml b/.github/workflows/python-check.yml index dc96afa..7a7e131 100644 --- a/.github/workflows/python-check.yml +++ b/.github/workflows/python-check.yml @@ -8,7 +8,7 @@ jobs: build: name: Check if every commit in the PR works runs-on: ubuntu-latest - timeout-minutes: 60 + timeout-minutes: 10 strategy: fail-fast: false matrix: