From: Daniele Varrazzo Date: Thu, 29 Apr 2021 17:48:44 +0000 (+0200) Subject: Bump up tests timeout on github action X-Git-Tag: 3.0.dev0~63^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3cc92a21579ab42b03cea2b82475c25ceaf79f0;p=thirdparty%2Fpsycopg.git Bump up tests timeout on github action --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2bcb5a0e1..a03454a61 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: 3 + timeout-minutes: 5 c: name: C implementation @@ -104,4 +104,4 @@ jobs: run: pip install tox - name: Run tests run: tox -c psycopg3_c -e ${{ matrix.python }} -- --color yes - timeout-minutes: 3 + timeout-minutes: 5