test(channel): fix flaky test

This commit is contained in:
Thales Macedo Garitezi 2023-05-29 19:04:48 -03:00
parent 67e182e0c9
commit 1aff46b7c9
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 200 -> exit(will_message_not_published)
after 1_000 -> exit(will_message_not_published)
end.
t_handle_call_discard(_) ->