Skip to content

Commit 884e8ec

Browse files
michaelklishinmergify[bot]
authored andcommitted
MQTT: correct a comment in v5_SUITE #14006
(cherry picked from commit 69baf91)
1 parent 1a6a553 commit 884e8ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/rabbitmq_mqtt/test/v5_SUITE.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@ zero_session_expiry_disconnect_autodeletes_qos0_queue(Config) ->
412412

413413
ok = emqtt:disconnect(C),
414414
%% After terminating a clean session, we expect any session state to be cleaned up on the server.
415-
timer:sleep(200), %% Give some time to clean up exclusive classic queue.
415+
%% Give the node some time to clean up the MQTT QoS 0 queue.
416+
timer:sleep(200),
416417
L = rpc(Config, rabbit_amqqueue, list, []),
417418
?assertEqual(0, length(L)).
418419

0 commit comments

Comments
 (0)