From: Daniele Varrazzo Date: Wed, 9 Jun 2021 23:06:45 +0000 (+0100) Subject: Longer test run timeout X-Git-Tag: 3.0.dev0~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e626e023c45e548bbe054544f0f88fccadc8ef3a;p=thirdparty%2Fpsycopg.git Longer test run timeout --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a03454a61..a12b800e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: run: pip install tox - name: Run tests run: tox -c psycopg3 -e ${{ matrix.python }} -- --color yes - timeout-minutes: 5 + timeout-minutes: 10 c: name: C implementation