diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2018-12-05 17:47:56 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2018-12-05 17:47:56 +0300 |
| commit | f10083b4897fa4322fe85088199819c735e2516d (patch) | |
| tree | 821bab1da746b3ec6ddf390f059a489300167fcd /test | |
| parent | 5615c70df754d1dfe3b9605d8eae01bcdc900f19 (diff) | |
| download | rabbitmq-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.erl | 4 |
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}}} = |
