diff options
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs index bcd7af1c5..07f49d3e9 100644 --- a/config/test.exs +++ b/config/test.exs @@ -17,3 +17,7 @@ config :pleroma, Pleroma.Repo, database: "pleroma_test", hostname: "localhost", pool: Ecto.Adapters.SQL.Sandbox + + +# Reduce hash rounds for testing +config :comeonin, :pbkdf2_rounds, 1 |