diff options
author | Hans Nilsson <[email protected]> | 2017-01-18 19:33:26 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-01-18 19:33:26 +0100 |
commit | 69637f4d94c77da23cb8f84b8a6942c28483c2a4 (patch) | |
tree | 874c67b856921d969ddde93efbe7c829291b2257 /lib | |
parent | 37d66ba5ae92a37ce0199025b4af697216ea802d (diff) | |
download | otp-69637f4d94c77da23cb8f84b8a6942c28483c2a4.tar.gz otp-69637f4d94c77da23cb8f84b8a6942c28483c2a4.tar.bz2 otp-69637f4d94c77da23cb8f84b8a6942c28483c2a4.zip |
ssh: increased benchmark suite timetrap
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/test/ssh_benchmark_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_benchmark_SUITE.erl b/lib/ssh/test/ssh_benchmark_SUITE.erl index 2098d59995..85750f8fbd 100644 --- a/lib/ssh/test/ssh_benchmark_SUITE.erl +++ b/lib/ssh/test/ssh_benchmark_SUITE.erl @@ -30,7 +30,7 @@ suite() -> [{ct_hooks,[{ts_install_cth,[{nodenames,2}]}]}, - {timetrap,{minutes,3}} + {timetrap,{minutes,6}} ]. %%suite() -> [{ct_hooks,[ts_install_cth]}]. |