Merge pull request #12222 from thalesmg/test-fix-after-fix-m-20231222

test: restore connect timeout for test case
This commit is contained in:
Thales Macedo Garitezi 2023-12-22 15:28:49 -03:00 committed by GitHub
commit 0e172f6d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) -> t_get_status_timeout_calling_workers(Config) ->
ResourceId = ?config(connector_resource_id, Config), ResourceId = ?config(connector_resource_id, Config),
{ok, _} = create_bridge(Config), {ok, _} = create_bridge(Config, #{<<"connect_timeout">> => <<"1s">>}),
emqx_common_test_helpers:with_mock( emqx_common_test_helpers:with_mock(
ehttpc, ehttpc,
health_check, health_check,