diff options
author | Hans Nilsson <[email protected]> | 2016-02-29 18:46:50 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-02-29 18:46:50 +0100 |
commit | 4db755067a986316540ec174101e675475a94f6a (patch) | |
tree | 83b06efba66cd23ccdc5316a84c125704456d2ef /lib/ssh/test/ssh_sup_SUITE.erl | |
parent | cd5b6648c8f488f2b547c7f8bf56de641cf685e8 (diff) | |
parent | 96f6ec8111d3d7fa8c6017f3e58bdee82682ed01 (diff) | |
download | otp-4db755067a986316540ec174101e675475a94f6a.tar.gz otp-4db755067a986316540ec174101e675475a94f6a.tar.bz2 otp-4db755067a986316540ec174101e675475a94f6a.zip |
Merge branch 'hans/ssh/maint_cuddle_tests' into 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]. |