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

This commit is contained in:
Lain Soykaf 2024-03-19 11:03:05 +04:00
parent 3cc8414c2e
commit 665947ab2a
1 changed files with 1 additions and 1 deletions

View File

@ -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])