diff options
author | Hans Nilsson <[email protected]> | 2016-04-13 12:44:27 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-04-29 13:17:52 +0200 |
commit | 0977a597432d018ff0edb3895a32f78a08647b85 (patch) | |
tree | 278653ff2c230e757652b2b88b69c37720076d2a /lib/ssh/test/ssh_algorithms_SUITE.erl | |
parent | f6f2e1dd44b8de44f9a6420ab9ca8b358674caee (diff) | |
download | otp-0977a597432d018ff0edb3895a32f78a08647b85.tar.gz otp-0977a597432d018ff0edb3895a32f78a08647b85.tar.bz2 otp-0977a597432d018ff0edb3895a32f78a08647b85.zip |
ssh: adjusted timetrap values in ssh_to_openssh_SUITE
Diffstat (limited to 'lib/ssh/test/ssh_algorithms_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_algorithms_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_algorithms_SUITE.erl b/lib/ssh/test/ssh_algorithms_SUITE.erl index 2e43399a5b..e6fc7662f9 100644 --- a/lib/ssh/test/ssh_algorithms_SUITE.erl +++ b/lib/ssh/test/ssh_algorithms_SUITE.erl @@ -192,7 +192,7 @@ simple_exec_groups_no_match_too_large(Config) -> %%-------------------------------------------------------------------- %% Testing all default groups -simple_exec_groups() -> [{timetrap,{seconds,180}}]. +simple_exec_groups() -> [{timetrap,{minutes,5}}]. simple_exec_groups(Config) -> Sizes = interpolate( public_key:dh_gex_group_sizes() ), |