diff options
author | Hans Nilsson <[email protected]> | 2017-02-24 13:18:57 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-02-24 13:19:46 +0100 |
commit | 82b661fb3aa20c6051dc968baf7815b1b2958d6f (patch) | |
tree | ac88bc5dc9a00efa6c2a822a9e6975460c0859db | |
parent | 8f0cfd160505e5ac6c100db7d1294c2e63dc0cbb (diff) | |
download | otp-82b661fb3aa20c6051dc968baf7815b1b2958d6f.tar.gz otp-82b661fb3aa20c6051dc968baf7815b1b2958d6f.tar.bz2 otp-82b661fb3aa20c6051dc968baf7815b1b2958d6f.zip |
ssh: increase timetrap for test on slow machine
-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( |