diff options
author | Hans Nilsson <[email protected]> | 2017-02-01 12:15:55 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-02-01 12:15:55 +0100 |
commit | c18032539bcaf172416c55b415a4aba449365f7d (patch) | |
tree | 88980485a57f692ce3b11929e227f59ea9cff015 /lib/ssh/test | |
parent | 21d21786abdaae2ae0a601baf5102412399d7af6 (diff) | |
download | otp-c18032539bcaf172416c55b415a4aba449365f7d.tar.gz otp-c18032539bcaf172416c55b415a4aba449365f7d.tar.bz2 otp-c18032539bcaf172416c55b415a4aba449365f7d.zip |
ssh: remove test timetrap for ssh_kex_group_exchange
This kex algorithm is now optimized so a long timetrap is not needed
Diffstat (limited to 'lib/ssh/test')
-rw-r--r-- | lib/ssh/test/ssh_algorithms_SUITE.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ssh/test/ssh_algorithms_SUITE.erl b/lib/ssh/test/ssh_algorithms_SUITE.erl index 14605ee44f..4327068b7b 100644 --- a/lib/ssh/test/ssh_algorithms_SUITE.erl +++ b/lib/ssh/test/ssh_algorithms_SUITE.erl @@ -198,8 +198,6 @@ try_exec_simple_group(Group, Config) -> %%-------------------------------------------------------------------- %% Testing all default groups -simple_exec_groups() -> [{timetrap,{minutes,8}}]. - simple_exec_groups(Config) -> Sizes = interpolate( public_key:dh_gex_group_sizes() ), lists:foreach( |