chore: increase test timeout and cleanup unused code

This commit is contained in:
Moritz 2026-01-25 13:39:20 +01:00 committed by Simon
parent 93e966bc6b
commit 047b818ec5
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
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.