chore: add timetrap of 2 mins for pgsql test cases
This commit is contained in:
parent
3015befdb1
commit
c9ff67a637
|
@ -70,6 +70,9 @@
|
||||||
all() ->
|
all() ->
|
||||||
emqx_ct:all(?MODULE).
|
emqx_ct:all(?MODULE).
|
||||||
|
|
||||||
|
suite() ->
|
||||||
|
[{timetrap, {seconds, 120}}].
|
||||||
|
|
||||||
init_per_suite(Config) ->
|
init_per_suite(Config) ->
|
||||||
emqx_ct_helpers:start_apps([emqx_auth_pgsql]),
|
emqx_ct_helpers:start_apps([emqx_auth_pgsql]),
|
||||||
drop_acl(),
|
drop_acl(),
|
||||||
|
|
Loading…
Reference in New Issue