Use fewer vhosts in this test

This commit is contained in:
Michael Klishin 2019-06-18 00:45:47 +03:00
parent a0d7382b80
commit ec1cdc9a86
1 changed files with 1 additions and 1 deletions

View File

@ -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, "<vhost>", S2, [{return, list}]) end,