Tests: Don't spawn processes in tests.

This commit is contained in:
Lain Soykaf 2024-06-06 19:14:38 +04:00 committed by Mark Felder
commit 41434ffcec
5 changed files with 25 additions and 2 deletions

View file

@ -177,6 +177,12 @@ config :pleroma, Pleroma.Application,
streamer_registry: false,
test_http_pools: true
config :pleroma, Pleroma.Web.Streaming,
sync_streaming: true
config :pleroma, Pleroma.Web.MastodonAPI.StatusView,
sync_fetching: true
config :pleroma, Pleroma.Uploaders.Uploader, timeout: 1_000
config :pleroma, Pleroma.Emoji.Loader, test_emoji: true