Skip to content

Commit

Permalink
fix:test(ex/mqtt-tests): set assert receive timeout to 1000ms for MQT…
Browse files Browse the repository at this point in the history
…T tests
  • Loading branch information
firestack committed Jan 9, 2025
1 parent 8a4437d commit 45166a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

ExUnit.start(
capture_log: true,
# MQTT Tests tend to take longer than 100ms, so we extend the assert receive
# for those test failures
assert_receive_timeout: 1000,
exclude: [
# By default for local development, exclude tests that rely on
# non-essential external services, e.g., MQTT tests
Expand Down

0 comments on commit 45166a3

Please sign in to comment.