chore: increase test timeout and cleanup unused code
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8f3fd9d0d7
commit
86c8b23c77
2 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue