Skip to content

Commit f082dec

Browse files
ikavgomergify[bot]
authored andcommitted
Add sleep before getting custom topic bindings
(cherry picked from commit 1f71062)
1 parent a5f97b1 commit f082dec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deps/rabbitmq_stomp/test/topic_SUITE.erl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ change_default_topic_exchange(Config) ->
152152
rabbit_stomp_client:send(
153153
ClientFoo, "SUBSCRIBE", [{"destination", AuthorisedTopic}]),
154154

155+
timer:sleep(500),
156+
155157
1 = length(rabbit_ct_broker_helpers:rpc(Config, 0, rabbit_binding, list_for_source, [#resource{virtual_host= <<"/">>, kind = exchange, name = Ex}])),
156158

157159
rabbit_stomp_client:send(

0 commit comments

Comments
 (0)