logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 665947ab2a55f71d8e0f457c75f48213f868f5df
parent 3cc8414c2ec06e221d8157ecedd55edc6e8def8a
Author: Lain Soykaf <lain@lain.com>
Date:   Tue, 19 Mar 2024 11:03:05 +0400

Tests: Reduced the max case number to make tests more stable.

Diffstat:

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

diff --git a/test/test_helper.exs b/test/test_helper.exs @@ -4,7 +4,7 @@ Code.put_compiler_option(:warnings_as_errors, true) -ExUnit.configure(max_cases: System.schedulers_online() * 2) +ExUnit.configure(max_cases: System.schedulers_online()) ExUnit.start(exclude: [:federated, :erratic])