From e428c032d2bcbb9b22c9ebca74e143eadebbf4ca Mon Sep 17 00:00:00 2001 From: "Augusto F. Hack" Date: Thu, 14 Apr 2022 16:52:10 +0200 Subject: [PATCH] ci: introduced timeouts The default value is around 6hours. This drastically reduces it, so that infinite loops won't make the CI take that long. --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 369cfaa87..5bc8aa007 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,6 +35,7 @@ jobs: run: make karapace/version.py - name: Execute unit-tests + timeout-minutes: 2 run: python3 -m pytest -s -vvv tests/unit/ - name: Execute integration-tests