diff options
author | Hans Nilsson <[email protected]> | 2017-03-01 17:06:51 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-03-01 17:06:51 +0100 |
commit | 8b16a74976ce36f869fd9662b30973bf7a56ea97 (patch) | |
tree | 5ccda714853488c5e6245c779e05f2e7d0f8197d /lib/ssh/test/ssh_algorithms_SUITE.erl | |
parent | 719cf362f7aae411f78330ca97b720366cb295b8 (diff) | |
parent | 48b477e9c232bc1573fa34960781ee2a509e3e46 (diff) | |
download | otp-8b16a74976ce36f869fd9662b30973bf7a56ea97.tar.gz otp-8b16a74976ce36f869fd9662b30973bf7a56ea97.tar.bz2 otp-8b16a74976ce36f869fd9662b30973bf7a56ea97.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssh/test/ssh_algorithms_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_algorithms_SUITE.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_algorithms_SUITE.erl b/lib/ssh/test/ssh_algorithms_SUITE.erl index 313b7fc559..6f75d83c4a 100644 --- a/lib/ssh/test/ssh_algorithms_SUITE.erl +++ b/lib/ssh/test/ssh_algorithms_SUITE.erl @@ -200,6 +200,9 @@ try_exec_simple_group(Group, Config) -> %%-------------------------------------------------------------------- %% Testing all default groups +simple_exec_groups() -> + [{timetrap,{seconds,120}}]. + simple_exec_groups(Config) -> Sizes = interpolate( public_key:dh_gex_group_sizes() ), lists:foreach( |