From aafe345aee998d55af320b2c9ae81a350a2d08dd Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Fri, 27 May 2016 15:55:03 +0200 Subject: ssh: Added timetrap to ssh_benchmark_SUITE --- lib/ssh/test/ssh_benchmark_SUITE.erl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/ssh/test/ssh_benchmark_SUITE.erl') 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} -- cgit v1.2.3