logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 60cc5a775084fbd9362b7e682887d0c44caf5175
parent: 24d5f9cbe0b23403ab383bb4c172319484396c88
Author: lain <lain@soykaf.club>
Date:   Wed, 13 Nov 2019 14:27:37 +0000

Merge branch 'fix-rate-limiter-test' into 'develop'

Fix random fails of the rate limiter tests (hopefully)

See merge request pleroma/pleroma!1978

Diffstat:

Mtest/plugs/rate_limiter_test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/plugs/rate_limiter_test.exs b/test/plugs/rate_limiter_test.exs @@ -25,7 +25,7 @@ defmodule Pleroma.Plugs.RateLimiterTest do test "it restricts based on config values" do limiter_name = :test_opts - scale = 60 + scale = 80 limit = 5 Pleroma.Config.put([:rate_limit, limiter_name], {scale, limit})