Bump earmark and serialize test suite to clear validation gate

This commit is contained in:
2026-06-21 15:46:16 +02:00
parent 67a1f8a5f0
commit 7c38061c1c
4 changed files with 16 additions and 4 deletions

View File

@@ -5,7 +5,10 @@ config :bds, BDS.Repo,
pool: Ecto.Adapters.SQL.Sandbox,
pool_size: 5,
journal_mode: :wal,
busy_timeout: 15_000
# Desktop/LiveView tests can leave short-lived reader/writer processes
# draining after assertions. Give SQLite more time to wait out those locks
# during serialized suite runs instead of failing the next test setup.
busy_timeout: 60_000
config :logger, level: :warning