diff options
author | Hans Nilsson <[email protected]> | 2016-02-16 12:07:05 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-02-22 11:56:05 +0100 |
commit | 8626ba1bf825899ffad119aca5ae126176b0b6d3 (patch) | |
tree | 10e02683a75e26d343f87786a9350acd223e1717 /lib/ssh/test/ssh_protocol_SUITE.erl | |
parent | 0ff06d3941ce4487f18f11dde66dd6c28068e833 (diff) | |
download | otp-8626ba1bf825899ffad119aca5ae126176b0b6d3.tar.gz otp-8626ba1bf825899ffad119aca5ae126176b0b6d3.tar.bz2 otp-8626ba1bf825899ffad119aca5ae126176b0b6d3.zip |
ssh: add timetrap to all test suites
Diffstat (limited to 'lib/ssh/test/ssh_protocol_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_protocol_SUITE.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_protocol_SUITE.erl b/lib/ssh/test/ssh_protocol_SUITE.erl index fe197f8672..41087d2693 100644 --- a/lib/ssh/test/ssh_protocol_SUITE.erl +++ b/lib/ssh/test/ssh_protocol_SUITE.erl @@ -42,7 +42,8 @@ %%-------------------------------------------------------------------- suite() -> - [{ct_hooks,[ts_install_cth]}]. + [{ct_hooks,[ts_install_cth]}, + {timetrap,{minutes,5}}]. all() -> [{group,tool_tests}, |