From: Daniele Varrazzo Date: Thu, 10 Jun 2021 11:05:11 +0000 (+0100) Subject: Drop timeout on workflow test step X-Git-Tag: 3.0.dev0~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3728afe6d1a53ed0a1c8c84ce74252a7bb0943f;p=thirdparty%2Fpsycopg.git Drop timeout on workflow test step --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a12b800e6..0b4e43612 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,6 @@ jobs: run: pip install tox - name: Run tests run: tox -c psycopg3 -e ${{ matrix.python }} -- --color yes - timeout-minutes: 10 c: name: C implementation @@ -104,4 +103,3 @@ jobs: run: pip install tox - name: Run tests run: tox -c psycopg3_c -e ${{ matrix.python }} -- --color yes - timeout-minutes: 5