chore: fix flaky test case in emqx_connector_jwt_worker_SUITE

This commit is contained in:
Ivan Dyachkov 2022-12-30 11:43:24 +01:00
parent 75770f2842
commit f410201dc3
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ t_create_success(_Config) ->
receive
{Ref, token_created} ->
ok
after 1_000 ->
after 5_000 ->
ct:fail(
"should have confirmed token creation; msgs: ~0p",
[process_info(self(), messages)]