diff options
author | Hans Nilsson <[email protected]> | 2018-03-29 11:51:54 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-04-19 14:01:32 +0200 |
commit | 4b6b59d957615a68f8184ad073ff3928ef59f678 (patch) | |
tree | f36204adad1e711218cadd0a786a9bd95f53f1c9 /lib/ssh/test/ssh_algorithms_SUITE.erl | |
parent | 0bcba3f1c9afc9a4164bf78641844a293768a7ec (diff) | |
download | otp-4b6b59d957615a68f8184ad073ff3928ef59f678.tar.gz otp-4b6b59d957615a68f8184ad073ff3928ef59f678.tar.bz2 otp-4b6b59d957615a68f8184ad073ff3928ef59f678.zip |
ssh: Increase timetrap for slow test machines
Diffstat (limited to 'lib/ssh/test/ssh_algorithms_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_algorithms_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/test/ssh_algorithms_SUITE.erl b/lib/ssh/test/ssh_algorithms_SUITE.erl index 0b18bee9d7..0ce4bd8699 100644 --- a/lib/ssh/test/ssh_algorithms_SUITE.erl +++ b/lib/ssh/test/ssh_algorithms_SUITE.erl @@ -35,7 +35,7 @@ suite() -> [{ct_hooks,[ts_install_cth]}, - {timetrap,{seconds,round(1.5*?TIMEOUT/1000)}}]. + {timetrap,{seconds,60}}]. all() -> %% [{group,kex},{group,cipher}... etc @@ -264,7 +264,7 @@ try_exec_simple_group(Group, Config) -> %% Testing all default groups simple_exec_groups() -> - [{timetrap,{seconds,120}}]. + [{timetrap,{seconds,180}}]. simple_exec_groups(Config) -> Sizes = interpolate( public_key:dh_gex_group_sizes() ), |