diff options
author | Hans Nilsson <[email protected]> | 2016-05-27 15:55:03 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-06-01 11:49:12 +0200 |
commit | aafe345aee998d55af320b2c9ae81a350a2d08dd (patch) | |
tree | 711140701d6f37f5245ec72ce4849676c5f4d9aa /lib | |
parent | 69d3a7c1ef38a3730edd93c6805bc2d2bc9bf68e (diff) | |
download | otp-aafe345aee998d55af320b2c9ae81a350a2d08dd.tar.gz otp-aafe345aee998d55af320b2c9ae81a350a2d08dd.tar.bz2 otp-aafe345aee998d55af320b2c9ae81a350a2d08dd.zip |
ssh: Added timetrap to ssh_benchmark_SUITE
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/test/ssh_benchmark_SUITE.erl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_benchmark_SUITE.erl b/lib/ssh/test/ssh_benchmark_SUITE.erl index 0e925ee19b..c2bfc48449 100644 --- a/lib/ssh/test/ssh_benchmark_SUITE.erl +++ b/lib/ssh/test/ssh_benchmark_SUITE.erl @@ -29,7 +29,9 @@ -include_lib("ssh/src/ssh_userauth.hrl"). -suite() -> [{ct_hooks,[{ts_install_cth,[{nodenames,2}]}]}]. +suite() -> [{ct_hooks,[{ts_install_cth,[{nodenames,2}]}]}, + {timetrap,{minutes,3}} + ]. %%suite() -> [{ct_hooks,[ts_install_cth]}]. all() -> [{group, opensshc_erld} |