Tests: Explicitly set db pool size and max cases to the same value.
This commit is contained in:
parent
cf0aa1238c
commit
923803a533
2 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
Code.put_compiler_option(:warnings_as_errors, true)
|
||||
|
||||
ExUnit.configure(max_cases: System.schedulers_online() * 2)
|
||||
|
||||
ExUnit.start(exclude: [:federated, :erratic])
|
||||
|
||||
if match?({:unix, :darwin}, :os.type()) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue