chore: port not released msg
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
parent
660a1ce99d
commit
49b508544e
|
@ -368,7 +368,8 @@ wait_listener_stopped(ListenOn) ->
|
||||||
|
|
||||||
wait_listener_stopped(ListenOn, 3) ->
|
wait_listener_stopped(ListenOn, 3) ->
|
||||||
Log = #{
|
Log = #{
|
||||||
msg => "cowboy_listener_not_closed_when_stopping_listener",
|
msg => "port_not_released_after_listener_stopped",
|
||||||
|
explain => "Expecting the operating system to release the port soon.",
|
||||||
listener => ListenOn,
|
listener => ListenOn,
|
||||||
wait_seconds => 9
|
wait_seconds => 9
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue