fix(test): Increase the delay time

This commit is contained in:
Turtle 2021-08-13 16:44:18 +08:00 committed by turtleDeng
parent a41e6604cf
commit 6aa61ea78d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ message_expiry_interval_exipred(ClientA, QoS) ->
ct:pal("~p ~p", [?FUNCTION_NAME, QoS]),
%% publish to t/a and waiting for the message expired
emqtt:publish(ClientA, <<"t/a">>, #{'Message-Expiry-Interval' => 1}, <<"this will be purged in 1s">>, [{qos, QoS}]),
ct:sleep(1500),
ct:sleep(2000),
%% resume the session for client-b
{ok, ClientB1} = emqtt:start_link([{proto_ver,v5},