]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Bump up tests timeout on github action
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 29 Apr 2021 17:48:44 +0000 (19:48 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 29 Apr 2021 17:48:44 +0000 (19:48 +0200)
.github/workflows/tests.yml

index 2bcb5a0e103ce090da6fab06daa19ddd6b19cdac..a03454a6162d38a3590483b1e6e637820f091b4c 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: 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