Tests: Reduced the max case number to make tests more stable.
This commit is contained in:
parent
3cc8414c2e
commit
665947ab2a
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Code.put_compiler_option(:warnings_as_errors, true)
|
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])
|
ExUnit.start(exclude: [:federated, :erratic])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue