CI: Fix failing test, extending postgres testing timeout

This commit is contained in:
Griatch 2026-02-14 21:20:43 +01:00
parent 4f9383ee33
commit 082e355bd4
2 changed files with 6 additions and 7 deletions

View file

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
fail-fast: true
matrix:
python-version: ["3.12", "3.13", "3.14"]
include:
@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
fail-fast: true
matrix:
python-version: ["3.12", "3.13", "3.14"]
@ -93,11 +93,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
fail-fast: true
matrix:
python-version: ["3.12", "3.13", "3.14"]
timeout-minutes: 35
timeout-minutes: 45
services:
postgres: