fix(test): emqx_connector_api_SUITE add sleep
This commit is contained in:
parent
20c5343f9b
commit
eabede04f3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue