Skip to content

Commit

Permalink
Tweak assert and receive timing for ex_unit
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Jan 7, 2025
1 parent 6c9c345 commit 3508840
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
@@ -1,4 +1,4 @@
Oban.Met.Repo.start_link()
Oban.Met.LiteRepo.start_link()
ExUnit.start()
ExUnit.start(assert_receive_timeout: 500, refute_receive_timeout: 50, exclude: [:skip])
Ecto.Adapters.SQL.Sandbox.mode(Oban.Met.Repo, :manual)

0 comments on commit 3508840

Please sign in to comment.