aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/test/bug_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debugger/test/bug_SUITE.erl')
-rw-r--r--lib/debugger/test/bug_SUITE.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/debugger/test/bug_SUITE.erl b/lib/debugger/test/bug_SUITE.erl
index eeb94f5992..10c8b4467a 100644
--- a/lib/debugger/test/bug_SUITE.erl
+++ b/lib/debugger/test/bug_SUITE.erl
@@ -28,7 +28,9 @@
-export([otp2163/1, otp4845/1]).
-suite() -> [{ct_hooks,[ts_install_cth]}].
+suite() ->
+ [{ct_hooks,[ts_install_cth]},
+ {timetrap,{minutes,1}}].
all() ->
[{group, ticket_tests}].