mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
CI: More tweaking to speed up PostgreSQL ci test runs
This commit is contained in:
parent
c4d92a9125
commit
7e1c5aabb2
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ jobs:
|
|||
matrix:
|
||||
python-version: ["3.12", "3.13", "3.14"]
|
||||
|
||||
timeout-minutes: 45
|
||||
timeout-minutes: 60
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
|
|
|||
2
.github/workflows/postgresql_settings.py
vendored
2
.github/workflows/postgresql_settings.py
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue