]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Longer test run timeout
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 9 Jun 2021 23:06:45 +0000 (00:06 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 9 Jun 2021 23:07:32 +0000 (00:07 +0100)
.github/workflows/tests.yml

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