Merge pull request #10864 from thalesmg/fix-flaky-channel-test-20230529
test(channel): fix flaky test
This commit is contained in:
commit
6b5b9fc8b8
|
@ -892,7 +892,7 @@ t_handle_kicked_publish_will_msg(_) ->
|
||||||
),
|
),
|
||||||
receive
|
receive
|
||||||
{pub, Msg} -> ok
|
{pub, Msg} -> ok
|
||||||
after 200 -> exit(will_message_not_published)
|
after 1_000 -> exit(will_message_not_published)
|
||||||
end.
|
end.
|
||||||
|
|
||||||
t_handle_call_discard(_) ->
|
t_handle_call_discard(_) ->
|
||||||
|
|
Loading…
Reference in New Issue