summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2018-12-05 17:47:56 +0300
committerMichael Klishin <michael@clojurewerkz.org>2018-12-05 17:47:56 +0300
commitf10083b4897fa4322fe85088199819c735e2516d (patch)
tree821bab1da746b3ec6ddf390f059a489300167fcd /test
parent5615c70df754d1dfe3b9605d8eae01bcdc900f19 (diff)
downloadrabbitmq-server-git-f10083b4897fa4322fe85088199819c735e2516d.tar.gz
Minor improvements to test stability
Per discussion with @dcorbacho.
Diffstat (limited to 'test')
-rw-r--r--test/quorum_queue_SUITE.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/quorum_queue_SUITE.erl b/test/quorum_queue_SUITE.erl
index bef943da0c..4190903409 100644
--- a/test/quorum_queue_SUITE.erl
+++ b/test/quorum_queue_SUITE.erl
@@ -2021,7 +2021,9 @@ consume_redelivery_count(Config) ->
amqp_channel:cast(Ch, #'basic.nack'{delivery_tag = DeliveryTag,
multiple = false,
requeue = true}),
-
+ %% wait for requeueing
+ timer:sleep(500),
+
{#'basic.get_ok'{delivery_tag = DeliveryTag1,
redelivered = true},
#amqp_msg{props = #'P_basic'{headers = H1}}} =