Skip to content

Commit

Permalink
Increase Hackney connection pool size for coveralls report upload (#1563
Browse files Browse the repository at this point in the history
)

Disabling hackney's http pool in `test` in order to attempt to solve the
`{:error, :checkout_timeout}` error.
  • Loading branch information
jamilbk committed Apr 17, 2023
1 parent 3d4e6fc commit eb3d42b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ config :ex_unit,
formatters: [JUnitFormatter, ExUnit.CLIFormatter],
capture_log: true,
exclude: [:acceptance]

# Prevent excoveralls from failing in Github CI with {:error, :checkout_timeout}
config :hackney, max_connections: 1_000

0 comments on commit eb3d42b

Please sign in to comment.