From 0a2ca2ffcfae5fb225418abbe720459b74255afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Fri, 25 Oct 2024 09:04:32 -0600 Subject: [PATCH] ci: Add timeout of 5 minutes to test job The tests usually run for less than 2 minutes, so 5 minutes should be enough to then decide to cancel them. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f450eb1..7b479c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,6 +27,7 @@ concurrency: jobs: pytest: runs-on: ubuntu-latest + timeout-minutes: 5 env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} SINGER_SDK_LOG_CONFIG: ./target_snowflake_logging.yaml