chore: add timetrap of 2 mins for pgsql test cases

This commit is contained in:
Ivan Dyachkov 2022-10-05 14:25:25 +02:00
parent 3015befdb1
commit c9ff67a637
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@
all() ->
emqx_ct:all(?MODULE).
suite() ->
[{timetrap, {seconds, 120}}].
init_per_suite(Config) ->
emqx_ct_helpers:start_apps([emqx_auth_pgsql]),
drop_acl(),