From 6e4a86b78215a2dde37e84e1dd2ab44ffa92b0f8 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Thu, 25 Feb 2016 15:39:46 +0100 Subject: ssh: add timetrap to ssh_sup_SUITE --- lib/ssh/test/ssh_sup_SUITE.erl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/ssh/test/ssh_sup_SUITE.erl b/lib/ssh/test/ssh_sup_SUITE.erl index 5c77fcf1ef..18e91a9af3 100644 --- a/lib/ssh/test/ssh_sup_SUITE.erl +++ b/lib/ssh/test/ssh_sup_SUITE.erl @@ -34,6 +34,10 @@ %% Common Test interface functions ----------------------------------- %%-------------------------------------------------------------------- +suite() -> + [{ct_hooks,[ts_install_cth]}, + {timetrap,{minutes,1}}]. + all() -> [default_tree, sshc_subtree, sshd_subtree, sshd_subtree_profile]. -- cgit v1.2.3