fix(emqx): set the timetrap of emqx_cm_SUITE to 1 min
This commit is contained in:
parent
53992ba138
commit
ebac8c1612
|
@ -34,6 +34,7 @@
|
|||
%%--------------------------------------------------------------------
|
||||
%% CT callbacks
|
||||
%%--------------------------------------------------------------------
|
||||
suite() -> [{timetrap, {minutes, 1}}].
|
||||
|
||||
all() -> emqx_ct:all(?MODULE).
|
||||
|
||||
|
|
Loading…
Reference in New Issue