test: restore connect timeout for test case
This commit is contained in:
parent
4c3c38a35a
commit
85963d3b45
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue