fix(emqx): set the timetrap of emqx_cm_SUITE to 1 min

This commit is contained in:
Shawn 2021-04-15 22:21:47 +08:00 committed by turtleDeng
parent 53992ba138
commit ebac8c1612
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
%%--------------------------------------------------------------------
%% CT callbacks
%%--------------------------------------------------------------------
suite() -> [{timetrap, {minutes, 1}}].
all() -> emqx_ct:all(?MODULE).