Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jul 3, 2024
1 parent 39789c9 commit 8ec592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Enum.each(paths, &File.rm/1)
Application.ensure_all_started(:telemetry)
Application.ensure_all_started(:hackney)

ExUnit.configure(exclude: [full: true])
ExUnit.configure(exclude: [full: true], timeout: 120_000)
ExUnit.start()

0 comments on commit 8ec592c

Please sign in to comment.