chore: fix flaky test case in emqx_connector_jwt_worker_SUITE
This commit is contained in:
parent
75770f2842
commit
f410201dc3
|
@ -81,7 +81,7 @@ t_create_success(_Config) ->
|
||||||
receive
|
receive
|
||||||
{Ref, token_created} ->
|
{Ref, token_created} ->
|
||||||
ok
|
ok
|
||||||
after 1_000 ->
|
after 5_000 ->
|
||||||
ct:fail(
|
ct:fail(
|
||||||
"should have confirmed token creation; msgs: ~0p",
|
"should have confirmed token creation; msgs: ~0p",
|
||||||
[process_info(self(), messages)]
|
[process_info(self(), messages)]
|
||||||
|
|
Loading…
Reference in New Issue