Tests: Don't spawn processes in tests.
This commit is contained in:
parent
6774ff15db
commit
41434ffcec
5 changed files with 25 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue