From ec1cdc9a86c388e0a5a5db49cefde16fb7c31a7a Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 18 Jun 2019 00:45:47 +0300 Subject: [PATCH] Use fewer vhosts in this test --- deps/rabbitmq_management/test/rabbit_mgmt_http_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rabbitmq_management/test/rabbit_mgmt_http_SUITE.erl b/deps/rabbitmq_management/test/rabbit_mgmt_http_SUITE.erl index 568a9cb451..b5cbb94f6c 100644 --- a/deps/rabbitmq_management/test/rabbit_mgmt_http_SUITE.erl +++ b/deps/rabbitmq_management/test/rabbit_mgmt_http_SUITE.erl @@ -1575,7 +1575,7 @@ long_definitions_test(Config) -> long_definitions_vhosts() -> [#{name => <<"long_definitions_test-", (integer_to_binary(N))/binary>>} - || N <- lists:seq(1, 500)]. + || N <- lists:seq(1, 120)]. defs_vhost(Config, Key, URI, CreateMethod, Args) -> Rep1 = fun (S, S2) -> re:replace(S, "", S2, [{return, list}]) end,