test: increase timeout creating listeners
This commit is contained in:
parent
12ba831246
commit
b5a84b8b0f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue