From bcb63bcc18cdc341a6f05f3384277fab61d682ee Mon Sep 17 00:00:00 2001 From: zhouzb Date: Mon, 28 Dec 2020 16:03:33 +0800 Subject: [PATCH] fix(test case): fix test case --- test/emqx_topic_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/emqx_topic_SUITE.erl b/test/emqx_topic_SUITE.erl index 89b3b11af..782e05320 100644 --- a/test/emqx_topic_SUITE.erl +++ b/test/emqx_topic_SUITE.erl @@ -189,7 +189,7 @@ t_feed_var(_) -> feed_var(<<"%c">>, <<"clientId">>, <<"username/test/client/%c">>)). long_topic() -> - iolist_to_binary([[integer_to_list(I), "/"] || I <- lists:seq(0, 10000)]). + iolist_to_binary([[integer_to_list(I), "/"] || I <- lists:seq(0, 66666)]). t_parse(_) -> ok = ?catch_error({invalid_topic_filter, <<"$queue/t">>},