diff --git a/test/test_helper.exs b/test/test_helper.exs index 824788180..39f0f4ade 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -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