diff --git a/test/test_helper.exs b/test/test_helper.exs index a24cd62..4fe9ecd 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -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()