From ebac8c161282ca6d88dbe7e5299938b646db16b0 Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Thu, 15 Apr 2021 22:21:47 +0800 Subject: [PATCH] fix(emqx): set the timetrap of emqx_cm_SUITE to 1 min --- test/emqx_cm_SUITE.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/emqx_cm_SUITE.erl b/test/emqx_cm_SUITE.erl index 4a009d9c6..ed4ddd7eb 100644 --- a/test/emqx_cm_SUITE.erl +++ b/test/emqx_cm_SUITE.erl @@ -34,6 +34,7 @@ %%-------------------------------------------------------------------- %% CT callbacks %%-------------------------------------------------------------------- +suite() -> [{timetrap, {minutes, 1}}]. all() -> emqx_ct:all(?MODULE).