Skip to content

Commit

Permalink
increase default ex-unit assert/refute timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Feb 7, 2021
1 parent ce64313 commit 7c9e064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
]
|> Supervisor.start_link(strategy: :one_for_one)

ExUnit.configure(assert_receive_timeout: 250, refute_receive_timeout: 300)
ExUnit.start()

0 comments on commit 7c9e064

Please sign in to comment.