diff options
author | Hans Nilsson <[email protected]> | 2016-02-29 18:47:14 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-02-29 18:47:14 +0100 |
commit | 532efc24803e19f47ce19124f4be16a42ac94a75 (patch) | |
tree | a8d5bc1b8b811ba88b6be85ac3cc6853e616e4a1 /lib/ssh/test/ssh_sup_SUITE.erl | |
parent | 99eea0aa0d20814aca57a510d0e7484b253f4451 (diff) | |
parent | 4db755067a986316540ec174101e675475a94f6a (diff) | |
download | otp-532efc24803e19f47ce19124f4be16a42ac94a75.tar.gz otp-532efc24803e19f47ce19124f4be16a42ac94a75.tar.bz2 otp-532efc24803e19f47ce19124f4be16a42ac94a75.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssh/test/ssh_sup_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_sup_SUITE.erl | 4 |
1 files changed, 4 insertions, 0 deletions
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]. |