chore: increase test timeout and cleanup unused code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2026-01-25 13:39:20 +01:00
parent 8f3fd9d0d7
commit 86c8b23c77
Signed by: moritz
GPG key ID: 1020A035E5DD0824
2 changed files with 4 additions and 1 deletions

View file

@ -15,7 +15,7 @@ config :mv, Mv.Repo,
pool_size: System.schedulers_online() * 8,
queue_target: 5000,
queue_interval: 1000,
timeout: 30_000
timeout: 60_000
# We don't run a server during test. If one is required,
# you can enable the server option below.