]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Drop timeout on workflow test step
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 10 Jun 2021 11:05:11 +0000 (12:05 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 10 Jun 2021 11:05:11 +0000 (12:05 +0100)
.github/workflows/tests.yml

index a12b800e6d0856a93c0bd9f2d42eac9f2776480f..0b4e43612229965730c725680f85b79dbd53a7aa 100644 (file)
@@ -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