test(channel): attempt to reduce test flakiness

https://github.com/emqx/emqx/actions/runs/5124277038/jobs/9217362541?pr=10886#step:5:1582
```
%%% emqx_channel_SUITE ==> t_handle_kicked_publish_will_msg: FAILED
%%% emqx_channel_SUITE ==> will_message_not_published
```
This commit is contained in:
Thales Macedo Garitezi 2023-05-30 15:48:48 -03:00
parent 98a99d47cb
commit 596f05f981
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ t_handle_kicked_publish_will_msg(_) ->
),
receive
{pub, Msg} -> ok
after 1_000 -> exit(will_message_not_published)
after 10_000 -> exit(will_message_not_published)
end.
t_handle_call_discard(_) ->