test: restore connect timeout for test case

This commit is contained in:
Thales Macedo Garitezi 2023-12-22 11:18:12 -03:00
parent 4c3c38a35a
commit 85963d3b45
1 changed files with 1 additions and 1 deletions

View File

@ -1543,7 +1543,7 @@ t_get_status_down(Config) ->
t_get_status_timeout_calling_workers(Config) ->
ResourceId = ?config(connector_resource_id, Config),
{ok, _} = create_bridge(Config),
{ok, _} = create_bridge(Config, #{<<"connect_timeout">> => <<"1s">>}),
emqx_common_test_helpers:with_mock(
ehttpc,
health_check,