summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2024-03-19 07:44:05 +0000
committerlain <lain@soykaf.club>2024-03-19 07:44:05 +0000
commit8e37f1988332e596a21ed3ce22b6c71564cd434b (patch)
tree5c109854ea53434cff47d31186a071b17217019b /test
parentca5766c0a7ac81adc5c45e6ffee55c68612d82ab (diff)
parent665947ab2a55f71d8e0f457c75f48213f868f5df (diff)
downloadpleroma-8e37f1988332e596a21ed3ce22b6c71564cd434b.tar.gz
pleroma-8e37f1988332e596a21ed3ce22b6c71564cd434b.zip
Merge branch 'test-improvements' into 'develop'
Tests: Explicitly set db pool size and max cases to the same value. See merge request pleroma/pleroma!4094
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs
index e65f7c1d1..a117584ae 100644
--- a/test/test_helper.exs
+++ b/test/test_helper.exs
@@ -4,6 +4,8 @@
Code.put_compiler_option(:warnings_as_errors, true)
+ExUnit.configure(max_cases: System.schedulers_online())
+
ExUnit.start(exclude: [:federated, :erratic])
if match?({:unix, :darwin}, :os.type()) do