Merge pull request #11147 from keynslug/test/ft-timetrap
test(ft): set safer suite-wide timetraps in cluster-related suites
This commit is contained in:
commit
0e55aeada5
|
@ -61,6 +61,9 @@ groups() ->
|
||||||
]}
|
]}
|
||||||
].
|
].
|
||||||
|
|
||||||
|
suite() ->
|
||||||
|
[{timetrap, {seconds, 90}}].
|
||||||
|
|
||||||
init_per_suite(Config) ->
|
init_per_suite(Config) ->
|
||||||
ok = emqx_common_test_helpers:start_apps([emqx_ft], set_special_configs(Config)),
|
ok = emqx_common_test_helpers:start_apps([emqx_ft], set_special_configs(Config)),
|
||||||
Config.
|
Config.
|
||||||
|
|
|
@ -38,6 +38,9 @@ groups() ->
|
||||||
{cluster, [], emqx_common_test_helpers:all(?MODULE)}
|
{cluster, [], emqx_common_test_helpers:all(?MODULE)}
|
||||||
].
|
].
|
||||||
|
|
||||||
|
suite() ->
|
||||||
|
[{timetrap, {seconds, 90}}].
|
||||||
|
|
||||||
init_per_suite(Config) ->
|
init_per_suite(Config) ->
|
||||||
ok = emqx_mgmt_api_test_util:init_suite(
|
ok = emqx_mgmt_api_test_util:init_suite(
|
||||||
[emqx_conf, emqx_ft], emqx_ft_test_helpers:env_handler(Config)
|
[emqx_conf, emqx_ft], emqx_ft_test_helpers:env_handler(Config)
|
||||||
|
|
Loading…
Reference in New Issue