test: increase timeout creating listeners

This commit is contained in:
Stefan Strigler 2022-11-10 17:35:09 +01:00
parent 12ba831246
commit b5a84b8b0f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ init_per_suite(Config) ->
?wait_async_action( ?wait_async_action(
emqx_common_test_helpers:start_apps([]), emqx_common_test_helpers:start_apps([]),
#{?snk_kind := listener_started, bind := 1883}, #{?snk_kind := listener_started, bind := 1883},
timer:seconds(10) timer:seconds(100)
), ),
fun(Trace) -> fun(Trace) ->
%% more than one listener %% more than one listener