aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-01-18 19:33:26 +0100
committerHans Nilsson <[email protected]>2017-01-18 19:33:26 +0100
commit69637f4d94c77da23cb8f84b8a6942c28483c2a4 (patch)
tree874c67b856921d969ddde93efbe7c829291b2257 /lib/ssh/test
parent37d66ba5ae92a37ce0199025b4af697216ea802d (diff)
downloadotp-69637f4d94c77da23cb8f84b8a6942c28483c2a4.tar.gz
otp-69637f4d94c77da23cb8f84b8a6942c28483c2a4.tar.bz2
otp-69637f4d94c77da23cb8f84b8a6942c28483c2a4.zip
ssh: increased benchmark suite timetrap
Diffstat (limited to 'lib/ssh/test')
-rw-r--r--lib/ssh/test/ssh_benchmark_SUITE.erl2
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]}].