Skip to content

Commit

Permalink
feat: Tower.test to play better with async reporters (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy authored Feb 14, 2025
1 parent 069e3f8 commit c5e1544
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/mix/tasks/tower.test.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ defmodule Mix.Tasks.Tower.Test do
@impl true
def run(_args) do
Tower.test()

# Allow some time for any reporters reporting in async processes to finish.
Process.sleep(3_000)
end
end

0 comments on commit c5e1544

Please # to comment.