CI: More tweaking to speed up PostgreSQL ci test runs

This commit is contained in:
Griatch 2026-02-14 22:10:47 +01:00
parent c4d92a9125
commit 7e1c5aabb2
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ jobs:
matrix:
python-version: ["3.12", "3.13", "3.14"]
timeout-minutes: 45
timeout-minutes: 60
services:
postgres:

View file

@ -44,7 +44,7 @@ DATABASES = {
"NAME": "evennia",
"USER": "evennia",
"PASSWORD": "password",
"HOST": "localhost",
"HOST": "127.0.0.1",
"PORT": "", # use default
# Fail fast in CI if queries block or run unreasonably long so hangs
# produce actionable errors instead of job-level timeout cancellations.