summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-07-28 16:53:45 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-07-28 16:53:45 +0100
commit949a030c38494e83124ed7f7e169cb865a255dda (patch)
tree76d630e15cb9fc027d44c7de20e091072e4e9d47
parent6f40aaa66049587e34aa47864738865020b94ac4 (diff)
downloadrabbitmq-server-949a030c38494e83124ed7f7e169cb865a255dda.tar.gz
Don't need retries the first time through.
-rw-r--r--src/rabbit_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index e19989a0..33c6ee5e 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -1218,7 +1218,7 @@ test_statistics() ->
rabbit_tests_event_receiver:start(self()),
%% Check stats empty
- Event = test_statistics_receive_event(Ch, 10, fun (_) -> true end),
+ Event = test_statistics_receive_event(Ch, 0, fun (_) -> true end),
[] = proplists:get_value(channel_queue_stats, Event),
[] = proplists:get_value(channel_exchange_stats, Event),
[] = proplists:get_value(channel_queue_exchange_stats, Event),