fix(test): emqx_connector_api_SUITE add sleep

This commit is contained in:
DDDHuang 2022-01-04 15:00:50 +08:00
parent 20c5343f9b
commit eabede04f3
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ t_mqtt_conn_bridge_ingress(_) ->
%% ... and a MQTT bridge, using POST
%% we bind this bridge to the connector created just now
timer:sleep(50),
{ok, 201, Bridge} = request(post, uri(["bridges"]),
?MQTT_BRIDGE_INGRESS(ConnctorID)#{
<<"type">> => ?CONNECTR_TYPE,