Fix rate-limiting tests
authorrinpatch <rinpatch@sdf.org>
Tue, 14 May 2019 20:16:34 +0000 (23:16 +0300)
committerrinpatch <rinpatch@sdf.org>
Tue, 14 May 2019 20:16:34 +0000 (23:16 +0300)
config/test.exs

index f93bc5994dae1ef008de47c953ae96006b22b027..a0c90c3717c5fbcfcd0a8fba11699a8f98a9b54a 100644 (file)
@@ -59,6 +59,8 @@ config :pleroma, Pleroma.ScheduledActivity,
   total_user_limit: 3,
   enabled: false
 
+config :pleroma, :app_account_creation, max_requests: 5
+
 try do
   import_config "test.secret.exs"
 rescue