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_to_openssh_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_to_openssh_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_to_openssh_SUITE.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_to_openssh_SUITE.erl b/lib/ssh/test/ssh_to_openssh_SUITE.erl index 67a61d3c11..2fc3cce516 100644 --- a/lib/ssh/test/ssh_to_openssh_SUITE.erl +++ b/lib/ssh/test/ssh_to_openssh_SUITE.erl @@ -33,6 +33,9 @@ %% Common Test interface functions ----------------------------------- %%-------------------------------------------------------------------- +suite() -> + [{timetrap,{minutes,5}}]. + all() -> case os:find_executable("ssh") of false -> |