From: Daniele Varrazzo Date: Sat, 6 Mar 2021 02:13:37 +0000 (+0100) Subject: Set a timeout for the test run X-Git-Tag: 3.0.dev0~87^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f215565136185d3a6decfc6de74a3dedb500e977;p=thirdparty%2Fpsycopg.git Set a timeout for the test run --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0b4e43612..2bcb5a0e1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,6 +52,7 @@ jobs: run: pip install tox - name: Run tests run: tox -c psycopg3 -e ${{ matrix.python }} -- --color yes + timeout-minutes: 3 c: name: C implementation @@ -103,3 +104,4 @@ jobs: run: pip install tox - name: Run tests run: tox -c psycopg3_c -e ${{ matrix.python }} -- --color yes + timeout-minutes: 3