summaryrefslogtreecommitdiff
path: root/test/test_helper.exs
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2024-05-18 11:30:25 +0200
committermarcin mikołajczak <git@mkljczk.pl>2024-05-18 11:30:25 +0200
commit2e76ceb5b4c8abf860f9d078c80ae0fcbe1a4ffd (patch)
tree6a803ea5efa8f6a93f04d657f3cb56a0b9ff5b17 /test/test_helper.exs
parent1ed8ae2d8e86ed26d4e21f59e95995795bcb282b (diff)
parent99eab1fa2a39b7a7fba6cdbb92c01e9c7c81aa88 (diff)
downloadpleroma-2e76ceb5b4c8abf860f9d078c80ae0fcbe1a4ffd.tar.gz
pleroma-2e76ceb5b4c8abf860f9d078c80ae0fcbe1a4ffd.zip
Merge remote-tracking branch 'origin/develop' into status-notification-type
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'test/test_helper.exs')
-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